@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output for DescribeTags.
| 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.
|
DescribeTagsResult |
withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeTagsResult clone()