public class DescribeTagsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
A string used to mark the start of the next batch of returned results.
|
List<TagDescription> |
getTags()
The list of tags.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string used to mark the start of the next batch of returned results.
|
void |
setTags(Collection<TagDescription> tags)
The list of tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withNextToken(String nextToken)
A string used to mark the start of the next batch of returned results.
|
DescribeTagsResult |
withTags(Collection<TagDescription> tags)
The list of tags.
|
DescribeTagsResult |
withTags(TagDescription... tags)
The list of tags.
|
public List<TagDescription> getTags()
public void setTags(Collection<TagDescription> tags)
tags - The list of tags.public DescribeTagsResult withTags(TagDescription... tags)
Returns a reference to this object so that method calls can be chained together.
tags - The list of tags.public DescribeTagsResult withTags(Collection<TagDescription> tags)
Returns a reference to this object so that method calls can be chained together.
tags - The list of tags.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - A string used to mark the start of the next batch of returned results.public DescribeTagsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - A string used to mark the start of the next batch of returned results.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.