@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 specify where to start paginating.
|
List<Tag> |
getTags()
A list of tags.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setTags(Collection<Tag> tags)
A list of tags.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListTagsForResourceResult |
withTags(Collection<Tag> tags)
A list of tags.
|
ListTagsForResourceResult |
withTags(Tag... tags)
A list of tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken
from a previously truncated
response.
nextToken
- A token to specify where to start paginating. This is the NextToken
from a previously
truncated response.public String getNextToken()
A token to specify where to start paginating. This is the NextToken
from a previously truncated
response.
NextToken
from a previously
truncated response.public ListTagsForResourceResult withNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken
from a previously truncated
response.
nextToken
- A token to specify where to start paginating. This is the NextToken
from a previously
truncated response.public void setTags(Collection<Tag> tags)
A list of tags.
tags
- A list of tags.public ListTagsForResourceResult withTags(Tag... tags)
A list of tags.
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
- A list of tags.public ListTagsForResourceResult withTags(Collection<Tag> tags)
A list of tags.
tags
- A list of tags.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceResult clone()