public class DescribeTagsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TagDescription> |
tagDescriptions
Information about the tags.
|
Constructor and Description |
---|
DescribeTagsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<TagDescription> |
getTagDescriptions()
Information about the tags.
|
int |
hashCode() |
void |
setTagDescriptions(java.util.Collection<TagDescription> tagDescriptions)
Information about the tags.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withTagDescriptions(java.util.Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
private SdkInternalList<TagDescription> tagDescriptions
Information about the tags.
public java.util.List<TagDescription> getTagDescriptions()
Information about the tags.
public void setTagDescriptions(java.util.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(java.util.Collection<TagDescription> tagDescriptions)
Information about the tags.
tagDescriptions
- Information about the tags.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTagsResult clone()
clone
in class java.lang.Object