@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
clone() |
boolean |
equals(Object obj) |
List<ResourceTag> |
getResourceTags()
Information about the tags.
|
int |
hashCode() |
void |
setResourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsResult |
withResourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
|
DescribeTagsResult |
withResourceTags(ResourceTag... resourceTags)
Information about the tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ResourceTag> getResourceTags()
Information about the tags.
public void setResourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
resourceTags - Information about the tags.public DescribeTagsResult withResourceTags(ResourceTag... resourceTags)
Information about the tags.
NOTE: This method appends the values to the existing list (if any). Use
setResourceTags(java.util.Collection) or withResourceTags(java.util.Collection) if you want to
override the existing values.
resourceTags - Information about the tags.public DescribeTagsResult withResourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
resourceTags - Information about the tags.public String toString()
toString in class ObjectObject.toString()public DescribeTagsResult clone()
Copyright © 2020. All rights reserved.