public class DescribeTagsResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeTagsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<TagDescription> |
getTags()
A list of the tags for the specified resources.
|
int |
hashCode() |
void |
setTags(java.util.Collection<TagDescription> tags)
A list of the tags for the specified resources.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withTags(java.util.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 java.util.List<TagDescription> getTags()
public void setTags(java.util.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(java.util.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 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