ToCopyableBuilder<PutAutoScalingPolicyResponse.Builder,PutAutoScalingPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class PutAutoScalingPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutAutoScalingPolicyResponse.Builder,PutAutoScalingPolicyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutAutoScalingPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
AutoScalingPolicyDescription |
autoScalingPolicy() |
The automatic scaling policy definition.
|
static PutAutoScalingPolicyResponse.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 PutAutoScalingPolicyResponse.Builder> |
serializableBuilderClass() |
|
PutAutoScalingPolicyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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 AutoScalingPolicyDescription autoScalingPolicy()
The automatic scaling policy definition.
public PutAutoScalingPolicyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutAutoScalingPolicyResponse.Builder,PutAutoScalingPolicyResponse>
public static PutAutoScalingPolicyResponse.Builder builder()
public static Class<? extends PutAutoScalingPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.