Package com.amazonaws.services.rds.model
Class ListTagsForResourceResult
java.lang.Object
com.amazonaws.services.rds.model.ListTagsForResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
List of tags returned by the ListTagsForResource operation.int
hashCode()
void
setTagList
(Collection<Tag> tagList) List of tags returned by the ListTagsForResource operation.toString()
Returns a string representation of this object; useful for testing and debugging.withTagList
(Tag... tagList) List of tags returned by the ListTagsForResource operation.withTagList
(Collection<Tag> tagList) List of tags returned by the ListTagsForResource operation.
-
Constructor Details
-
ListTagsForResourceResult
public ListTagsForResourceResult()
-
-
Method Details
-
getTagList
List of tags returned by the ListTagsForResource operation.
- Returns:
- List of tags returned by the ListTagsForResource operation.
-
setTagList
List of tags returned by the ListTagsForResource operation.
- Parameters:
tagList
- List of tags returned by the ListTagsForResource operation.
-
withTagList
List of tags returned by the ListTagsForResource operation.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection)
orwithTagList(java.util.Collection)
if you want to override the existing values.- Parameters:
tagList
- List of tags returned by the ListTagsForResource operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagList
List of tags returned by the ListTagsForResource operation.
- Parameters:
tagList
- List of tags returned by the ListTagsForResource operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-