public class DescribeAutoScalingGroupsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes one or more Auto Scaling groups. If a list of names is not provided, the call describes all Auto Scaling groups.
Constructor and Description |
---|
DescribeAutoScalingGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAutoScalingGroupNames()
The group names.
|
java.lang.Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The group names.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The group names.
|
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
The group names.
|
DescribeAutoScalingGroupsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeAutoScalingGroupsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getAutoScalingGroupNames()
The group names.
The group names.
public void setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The group names.
autoScalingGroupNames
- The group names.
public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
The group names.
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames
- The group names.
public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The group names.
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames
- The group names.
public java.lang.String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
The token for the next set of items to return. (You received this token from a previous call.)
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public DescribeAutoScalingGroupsRequest withNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public java.lang.Integer getMaxRecords()
The maximum number of items to return with this call.
The maximum number of items to return with this call.
public void setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
maxRecords
- The maximum number of items to return with this call.
public DescribeAutoScalingGroupsRequest withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of items to return with this call.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.