StructuredPojo
, ToCopyableBuilder<AutoScalingPolicyStatus.Builder,AutoScalingPolicyStatus>
@Generated("software.amazon.awssdk:codegen") public class AutoScalingPolicyStatus extends Object implements StructuredPojo, ToCopyableBuilder<AutoScalingPolicyStatus.Builder,AutoScalingPolicyStatus>
The status of an automatic scaling policy.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AutoScalingPolicyStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AutoScalingPolicyStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends AutoScalingPolicyStatus.Builder> |
serializableBuilderClass() |
|
String |
state() |
Indicates the status of the automatic scaling policy.
|
AutoScalingPolicyStateChangeReason |
stateChangeReason() |
The reason for a change in status.
|
AutoScalingPolicyStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String state()
Indicates the status of the automatic scaling policy.
AutoScalingPolicyState
public AutoScalingPolicyStateChangeReason stateChangeReason()
The reason for a change in status.
public AutoScalingPolicyStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AutoScalingPolicyStatus.Builder,AutoScalingPolicyStatus>
public static AutoScalingPolicyStatus.Builder builder()
public static Class<? extends AutoScalingPolicyStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.