public class AutoScalingGroup extends Object implements Serializable
Information about an Auto Scaling group.
Constructor and Description |
---|
AutoScalingGroup() |
Modifier and Type | Method and Description |
---|---|
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 String getName()
public void setName(String name)
name
- The Auto Scaling group name.public AutoScalingGroup withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The Auto Scaling group name.public String getHook()
public void setHook(String hook)
hook
- An Auto Scaling lifecycle event hook name.public AutoScalingGroup withHook(String hook)
Returns a reference to this object so that method calls can be chained together.
hook
- An Auto Scaling lifecycle event hook name.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.