ToCopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>
@Generated("software.amazon.awssdk:codegen") public class PutScalingPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutScalingPolicyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Alarm> |
alarms() |
The CloudWatch alarms created for the target tracking policy.
|
static PutScalingPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyARN() |
The Amazon Resource Name (ARN) of the resulting scaling policy.
|
static Class<? extends PutScalingPolicyResponse.Builder> |
serializableBuilderClass() |
|
PutScalingPolicyResponse.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 policyARN()
The Amazon Resource Name (ARN) of the resulting scaling policy.
public List<Alarm> alarms()
The CloudWatch alarms created for the target tracking policy.
public PutScalingPolicyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>
public static PutScalingPolicyResponse.Builder builder()
public static Class<? extends PutScalingPolicyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.