ToCopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>@Generated("software.amazon.awssdk:codegen") public class PutScalingPolicyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutScalingPolicyResponse.Builder,PutScalingPolicyResponse>
Represents the returned data in response to a request action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
PutScalingPolicyResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PutScalingPolicyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
Descriptive label that is associated with a 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, setSdkResponseMetadatapublic String name()
Descriptive label that is associated with a scaling policy. Policy names do not need to be unique.
public PutScalingPolicyResponse.Builder toBuilder()
ToCopyableBuildertoBuilder 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.