Cloneable, ReadLimitInfo, ToCopyableBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>@Generated("software.amazon.awssdk:codegen") public class RemoveAutoScalingPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RemoveAutoScalingPolicyRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static RemoveAutoScalingPolicyRequest.Builder |
builder() |
|
String |
clusterId() |
Specifies the ID of a cluster.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceGroupId() |
Specifies the ID of the instance group to which the scaling policy is applied.
|
static Class<? extends RemoveAutoScalingPolicyRequest.Builder> |
serializableBuilderClass() |
|
RemoveAutoScalingPolicyRequest.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, withSdkClientExecutionTimeoutpublic String clusterId()
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
public String instanceGroupId()
Specifies the ID of the instance group to which the scaling policy is applied.
public RemoveAutoScalingPolicyRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>public static RemoveAutoScalingPolicyRequest.Builder builder()
public static Class<? extends RemoveAutoScalingPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.