public class DescribeTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeTags operation.
Lists the Auto Scaling group tags.
You can use filters to limit results when describing tags. For example, you can query for tags of a particular Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.
You can also specify multiple filters. The result includes information for a particular tag only if it matches all your filters. If there's no match, no special message is returned.
| コンストラクタと説明 |
|---|
DescribeTagsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
The value of the filter type used to identify the tags to be returned.
|
java.lang.Integer |
getMaxRecords()
The maximum number of records to return.
|
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
The value of the filter type used to identify the tags to be returned.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to return.
|
void |
setNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsRequest |
withFilters(java.util.Collection<Filter> filters)
The value of the filter type used to identify the tags to be returned.
|
DescribeTagsRequest |
withFilters(Filter... filters)
The value of the filter type used to identify the tags to be returned.
|
DescribeTagsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to return.
|
DescribeTagsRequest |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<Filter> getFilters()
public void setFilters(java.util.Collection<Filter> filters)
filters - The value of the filter type used to identify the tags to be returned.
For example, you can filter so that tags are returned according to
Auto Scaling group, the key and value, or whether the new tag will be
applied to instances launched after the tag is created
(PropagateAtLaunch).public DescribeTagsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The value of the filter type used to identify the tags to be returned.
For example, you can filter so that tags are returned according to
Auto Scaling group, the key and value, or whether the new tag will be
applied to instances launched after the tag is created
(PropagateAtLaunch).public DescribeTagsRequest withFilters(java.util.Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The value of the filter type used to identify the tags to be returned.
For example, you can filter so that tags are returned according to
Auto Scaling group, the key and value, or whether the new tag will be
applied to instances launched after the tag is created
(PropagateAtLaunch).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 that marks the start of the next batch of returned results.public DescribeTagsRequest 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 that marks the start of the next batch of returned results.public java.lang.Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(java.lang.Integer maxRecords)
Constraints:
Range: 1 - 50
maxRecords - The maximum number of records to return.public DescribeTagsRequest withMaxRecords(java.lang.Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
maxRecords - The maximum number of records to return.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