StructuredPojo
, ToCopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>
@Generated("software.amazon.awssdk:codegen") public class AutoScalingGroup extends Object implements StructuredPojo, ToCopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>
Information about an Auto Scaling group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AutoScalingGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AutoScalingGroup.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hook() |
An Auto Scaling lifecycle event hook name.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The Auto Scaling group name.
|
static Class<? extends AutoScalingGroup.Builder> |
serializableBuilderClass() |
|
AutoScalingGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The Auto Scaling group name.
public String hook()
An Auto Scaling lifecycle event hook name.
public AutoScalingGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AutoScalingGroup.Builder,AutoScalingGroup>
public static AutoScalingGroup.Builder builder()
public static Class<? extends AutoScalingGroup.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.