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()
A list of tags.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setTags(Collection<TagDescription> tags)
A list of 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)
A list of tags.
|
DescribeTagsResult |
withTags(TagDescription... tags)
A list of tags.
|
public List<TagDescription> getTags()
public void setTags(Collection<TagDescription> tags)
tags - A list of tags.public DescribeTagsResult withTags(TagDescription... tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags.public DescribeTagsResult withTags(Collection<TagDescription> tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags.public String getNextToken()
public void setNextToken(String nextToken)
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 DescribeTagsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
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 ObjectObject.toString()public DescribeTagsResult clone()
Copyright © 2015. All rights reserved.