public class ListTagsForResourceResult extends Object implements Serializable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public List<Tag> getTagList()
public void setTagList(Collection<Tag> tagList)
tagList - List of tags returned by the ListTagsForResource operation.public ListTagsForResourceResult withTagList(Tag... tagList)
Returns a reference to this object so that method calls can be chained together.
tagList - List of tags returned by the ListTagsForResource operation.public ListTagsForResourceResult withTagList(Collection<Tag> tagList)
Returns a reference to this object so that method calls can be chained together.
tagList - List of tags returned by the ListTagsForResource operation.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.