public class DescribeTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeTags operation.
Describes the tags for the specified resources.
| コンストラクタと説明 |
|---|
DescribeTagsRequest()
Default constructor for a new DescribeTagsRequest object.
|
DescribeTagsRequest(java.util.List<Filter> filters)
Constructs a new DescribeTagsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for tags.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for tags.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for tags.
|
DescribeTagsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for tags.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeTagsRequest()
public DescribeTagsRequest(java.util.List<Filter> filters)
filters - A list of filters used to match properties for tags.public java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - A list of filters used to match properties for tags.public DescribeTagsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for tags.public DescribeTagsRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match properties for tags.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