public class DescribeTagsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
List<TagDescription> |
getTags()
A list of the tags for the specified resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
void |
setTags(Collection<TagDescription> tags)
A list of the tags for the specified resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeTagsResult |
withTags(Collection<TagDescription> tags)
A list of the tags for the specified resources.
|
DescribeTagsResult |
withTags(TagDescription... tags)
A list of the tags for the specified resources.
|
public List<TagDescription> getTags()
public void setTags(Collection<TagDescription> tags)
tags - A list of the tags for the specified resources.public DescribeTagsResult withTags(TagDescription... tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of the tags for the specified resources.public DescribeTagsResult withTags(Collection<TagDescription> tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of the tags for the specified resources.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public DescribeTagsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.