@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoScalingGroup extends Object implements Serializable, Cloneable, StructuredPojo
Information about an Auto Scaling group.
Constructor and Description |
---|
AutoScalingGroup() |
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
clone() |
boolean |
equals(Object obj) |
String |
getHook()
An Auto Scaling lifecycle event hook name.
|
String |
getName()
The Auto Scaling group name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHook(String hook)
An Auto Scaling lifecycle event hook name.
|
void |
setName(String name)
The Auto Scaling group name.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AutoScalingGroup |
withHook(String hook)
An Auto Scaling lifecycle event hook name.
|
AutoScalingGroup |
withName(String name)
The Auto Scaling group name.
|
public void setName(String name)
The Auto Scaling group name.
name
- The Auto Scaling group name.public String getName()
The Auto Scaling group name.
public AutoScalingGroup withName(String name)
The Auto Scaling group name.
name
- The Auto Scaling group name.public void setHook(String hook)
An Auto Scaling lifecycle event hook name.
hook
- An Auto Scaling lifecycle event hook name.public String getHook()
An Auto Scaling lifecycle event hook name.
public AutoScalingGroup withHook(String hook)
An Auto Scaling lifecycle event hook name.
hook
- An Auto Scaling lifecycle event hook name.public String toString()
toString
in class Object
Object.toString()
public AutoScalingGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.