|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DescribeTagsRequest
public class DescribeTagsRequest
Container for the parameters to the 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.
AmazonAutoScaling.describeTags(DescribeTagsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeTagsRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeTagsRequest()
| Method Detail |
|---|
public 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 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 | ||||||