Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeAutoScalingGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeAutoScalingGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
autoScalingGroupNames() |
The group names.
|
static DescribeAutoScalingGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxRecords() |
The maximum number of items to return with this call.
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribeAutoScalingGroupsRequest.Builder> |
serializableBuilderClass() |
|
DescribeAutoScalingGroupsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> autoScalingGroupNames()
The group names. If you omit this parameter, all Auto Scaling groups are described.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer maxRecords()
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
public DescribeAutoScalingGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeAutoScalingGroupsRequest.Builder,DescribeAutoScalingGroupsRequest>
public static DescribeAutoScalingGroupsRequest.Builder builder()
public static Class<? extends DescribeAutoScalingGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.