@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token returned to indicate that there is more data available.
|
List<Tag> |
getTags()
The list of tags requested for the specific resource.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
void |
setTags(Collection<Tag> tags)
The list of tags requested for the specific resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagsResult |
withNextToken(String nextToken)
The token returned to indicate that there is more data available.
|
ListTagsResult |
withTags(Collection<Tag> tags)
The list of tags requested for the specific resource.
|
ListTagsResult |
withTags(Tag... tags)
The list of tags requested for the specific resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTags()
The list of tags requested for the specific resource.
public void setTags(Collection<Tag> tags)
The list of tags requested for the specific resource.
tags - The list of tags requested for the specific resource.public ListTagsResult withTags(Tag... tags)
The list of tags requested for the specific resource.
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 requested for the specific resource.public ListTagsResult withTags(Collection<Tag> tags)
The list of tags requested for the specific resource.
tags - The list of tags requested for the specific resource.public void setNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.public String getNextToken()
The token returned to indicate that there is more data available.
public ListTagsResult withNextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.public String toString()
toString in class ObjectObject.toString()public ListTagsResult clone()
Copyright © 2018. All rights reserved.