public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getTagList()
List of tags returned by the ListTagsForResource operation.
|
int |
hashCode() |
void |
setTagList(Collection<Tag> tagList)
List of tags returned by the ListTagsForResource operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceResult |
withTagList(Collection<Tag> tagList)
List of tags returned by the ListTagsForResource operation.
|
ListTagsForResourceResult |
withTagList(Tag... tagList)
List of tags returned by the ListTagsForResource operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTagList()
List of tags returned by the ListTagsForResource operation.
public void setTagList(Collection<Tag> tagList)
List of tags returned by the ListTagsForResource operation.
tagList - List of tags returned by the ListTagsForResource operation.public ListTagsForResourceResult withTagList(Tag... tagList)
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) or
withTagList(java.util.Collection) if you want to override the
existing values.
tagList - List of tags returned by the ListTagsForResource operation.public ListTagsForResourceResult withTagList(Collection<Tag> tagList)
List of tags returned by the ListTagsForResource operation.
tagList - List of tags returned by the ListTagsForResource operation.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2016. All rights reserved.