Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeScalingActivitiesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeScalingActivitiesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
activityIds() |
The activity IDs of the desired scaling activities.
|
String |
autoScalingGroupName() |
The name of the group.
|
static DescribeScalingActivitiesRequest.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 DescribeScalingActivitiesRequest.Builder> |
serializableBuilderClass() |
|
DescribeScalingActivitiesRequest.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> activityIds()
The activity IDs of the desired scaling activities. If you omit this parameter, all activities for the past six weeks are described. If you specify an Auto Scaling group, the results are limited to that group. The list of requested activities cannot contain more than 50 items. If unknown activities are requested, they are ignored with no error.
public String autoScalingGroupName()
The name of the group.
public Integer maxRecords()
The maximum number of items to return with this call. The default value is 100.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeScalingActivitiesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeScalingActivitiesRequest.Builder,DescribeScalingActivitiesRequest>
public static DescribeScalingActivitiesRequest.Builder builder()
public static Class<? extends DescribeScalingActivitiesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.