public class DescribeTagsResult extends Object 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 when requesting the next set of items.
|
List<TagDescription> |
getTags()
The tags.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setTags(Collection<TagDescription> tags)
The tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeTagsResult |
withTags(Collection<TagDescription> tags)
The tags.
|
DescribeTagsResult |
withTags(TagDescription... tags)
The tags.
|
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 void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there
are no additional items to return, the string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeTagsResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there
are no additional items to return, the string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeTagsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.