StructuredPojo
, ToCopyableBuilder<ScalingAction.Builder,ScalingAction>
@Generated("software.amazon.awssdk:codegen") public class ScalingAction extends Object implements StructuredPojo, ToCopyableBuilder<ScalingAction.Builder,ScalingAction>
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ScalingAction.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ScalingAction.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
market() |
Not available for instance groups.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ScalingAction.Builder> |
serializableBuilderClass() |
|
SimpleScalingPolicyConfiguration |
simpleScalingPolicyConfiguration() |
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
adjustment.
|
ScalingAction.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String market()
Not available for instance groups. Instance groups use the market type specified for the group.
MarketType
public SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration()
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
public ScalingAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScalingAction.Builder,ScalingAction>
public static ScalingAction.Builder builder()
public static Class<? extends ScalingAction.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.