public class DescribeTagsResult extends Object implements Serializable, Cloneable
The result of the describe tags action.
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getTagList()
The list of tags.
|
int |
hashCode() |
void |
setTagList(Collection<Tag> tagList)
The list of tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withTagList(Collection<Tag> tagList)
The list of tags.
|
DescribeTagsResult |
withTagList(Tag... tagList)
The list of tags.
|
public void setTagList(Collection<Tag> tagList)
The list of tags.
tagList - The list of tags.public DescribeTagsResult withTagList(Tag... tagList)
The list of tags.
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 - The list of tags.public DescribeTagsResult withTagList(Collection<Tag> tagList)
The list of tags.
tagList - The list of tags.public String toString()
toString in class ObjectObject.toString()public DescribeTagsResult clone()
Copyright © 2016. All rights reserved.