public class DescribeTagsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
clone() |
boolean |
equals(Object obj) |
List<TagDescription> |
getTagDescriptions()
Information about the tags.
|
int |
hashCode() |
void |
setTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
public List<TagDescription> getTagDescriptions()
public void setTagDescriptions(Collection<TagDescription> tagDescriptions)
tagDescriptions - Information about the tags.public DescribeTagsResult withTagDescriptions(TagDescription... tagDescriptions)
NOTE: This method appends the values to the existing list (if
any). Use setTagDescriptions(java.util.Collection) or withTagDescriptions(java.util.Collection) if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
tagDescriptions - Information about the tags.public DescribeTagsResult withTagDescriptions(Collection<TagDescription> tagDescriptions)
Returns a reference to this object so that method calls can be chained together.
tagDescriptions - Information about the tags.public String toString()
toString in class ObjectObject.toString()public DescribeTagsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.