public class DescribeTagsResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeTagsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A string used to mark the start of the next batch of returned results.
|
java.util.List<TagDescription> |
getTags()
The list of tags.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
A string used to mark the start of the next batch of returned results.
|
void |
setTags(java.util.Collection<TagDescription> tags)
The 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)
A string used to mark the start of the next batch of returned results.
|
DescribeTagsResult |
withTags(java.util.Collection<TagDescription> tags)
The list of tags.
|
DescribeTagsResult |
withTags(TagDescription... tags)
The list of tags.
|
public java.util.List<TagDescription> getTags()
public void setTags(java.util.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(java.util.Collection<TagDescription> tags)
Returns a reference to this object so that method calls can be chained together.
tags - The list of tags.public java.lang.String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken - A string used to mark the start of the next batch of returned results.public DescribeTagsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken - A string used to mark the start of the next batch of returned results.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object