@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) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<TagDescription> |
getTags()
The tags.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setTags(Collection<TagDescription> tags)
The tags.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTagsResult |
withTags(Collection<TagDescription> tags)
The tags.
|
DescribeTagsResult |
withTags(TagDescription... tags)
The tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeTagsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public List<TagDescription> getTags()
The tags.
public void setTags(Collection<TagDescription> tags)
The tags.
tags
- The tags.public DescribeTagsResult withTags(TagDescription... tags)
The 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
- The tags.public DescribeTagsResult withTags(Collection<TagDescription> tags)
The tags.
tags
- The tags.public String toString()
toString
in class Object
Object.toString()
public DescribeTagsResult clone()