@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token to be used by the next request if this request is truncated.
|
List<Tag> |
getTags()
The list of tags associated with this workgroup.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
void |
setTags(Collection<Tag> tags)
The list of tags associated with this workgroup.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
ListTagsForResourceResult |
withTags(Collection<Tag> tags)
The list of tags associated with this workgroup.
|
ListTagsForResourceResult |
withTags(Tag... tags)
The list of tags associated with this workgroup.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTags()
The list of tags associated with this workgroup.
public void setTags(Collection<Tag> tags)
The list of tags associated with this workgroup.
tags - The list of tags associated with this workgroup.public ListTagsForResourceResult withTags(Tag... tags)
The list of tags associated with this workgroup.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The list of tags associated with this workgroup.public ListTagsForResourceResult withTags(Collection<Tag> tags)
The list of tags associated with this workgroup.
tags - The list of tags associated with this workgroup.public void setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken - A token to be used by the next request if this request is truncated.public String getNextToken()
A token to be used by the next request if this request is truncated.
public ListTagsForResourceResult withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken - A token to be used by the next request if this request is truncated.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2019. All rights reserved.