|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeTagsResult
public class DescribeTagsResult
| Constructor Summary | |
|---|---|
DescribeTagsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getNextToken()
The token to use when requesting the next set of items. |
java.util.List<TagDescription> |
getTags()
A list of tags. |
int |
hashCode()
|
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. |
void |
setTags(java.util.Collection<TagDescription> tags)
A list of tags. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTagsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. |
DescribeTagsResult |
withTags(java.util.Collection<TagDescription> tags)
A list of tags. |
DescribeTagsResult |
withTags(TagDescription... tags)
A list of tags. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeTagsResult()
| Method Detail |
|---|
public java.util.List<TagDescription> getTags()
public void setTags(java.util.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(java.util.Collection<TagDescription> tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags.
public java.lang.String getNextToken()
public void setNextToken(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||