public class AutoScalingGroup extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.