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()
Information about the tags.
public void setTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
tagDescriptions
- Information about the tags.public DescribeTagsResult withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
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.
tagDescriptions
- Information about the tags.public DescribeTagsResult withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
tagDescriptions
- Information about the tags.public String toString()
toString
in class Object
Object.toString()
public DescribeTagsResult clone()
Copyright © 2018. All rights reserved.