@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutoScalingGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeAutoScalingGroups.
NOOP| Constructor and Description |
|---|
DescribeAutoScalingGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingGroupsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAutoScalingGroupNames()
The group names.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The group names.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The group names.
|
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(String... autoScalingGroupNames)
The group names.
|
DescribeAutoScalingGroupsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeAutoScalingGroupsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getAutoScalingGroupNames()
The group names. If you omit this parameter, all Auto Scaling groups are described.
public void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The group names. If you omit this parameter, all Auto Scaling groups are described.
autoScalingGroupNames - The group names. If you omit this parameter, all Auto Scaling groups are described.public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(String... autoScalingGroupNames)
The group names. If you omit this parameter, all Auto Scaling groups are described.
NOTE: This method appends the values to the existing list (if any). Use
setAutoScalingGroupNames(java.util.Collection) or
withAutoScalingGroupNames(java.util.Collection) if you want to override the existing values.
autoScalingGroupNames - The group names. If you omit this parameter, all Auto Scaling groups are described.public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The group names. If you omit this parameter, all Auto Scaling groups are described.
autoScalingGroupNames - The group names. If you omit this parameter, all Auto Scaling groups are described.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeAutoScalingGroupsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)public void setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
maxRecords - The maximum number of items to return with this call.public Integer getMaxRecords()
The maximum number of items to return with this call.
public DescribeAutoScalingGroupsRequest withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
maxRecords - The maximum number of items to return with this call.public String toString()
toString in class ObjectObject.toString()public DescribeAutoScalingGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.