Class AutoScalingGroup
java.lang.Object
com.amazonaws.services.codedeploy.model.AutoScalingGroup
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an Auto Scaling group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getHook()
An Auto Scaling lifecycle event hook name.getName()
The Auto Scaling group name.int
hashCode()
void
An Auto Scaling lifecycle event hook name.void
The Auto Scaling group name.toString()
Returns a string representation of this object; useful for testing and debugging.An Auto Scaling lifecycle event hook name.The Auto Scaling group name.
-
Constructor Details
-
AutoScalingGroup
public AutoScalingGroup()
-
-
Method Details
-
setName
The Auto Scaling group name.
- Parameters:
name
- The Auto Scaling group name.
-
getName
The Auto Scaling group name.
- Returns:
- The Auto Scaling group name.
-
withName
The Auto Scaling group name.
- Parameters:
name
- The Auto Scaling group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHook
An Auto Scaling lifecycle event hook name.
- Parameters:
hook
- An Auto Scaling lifecycle event hook name.
-
getHook
An Auto Scaling lifecycle event hook name.
- Returns:
- An Auto Scaling lifecycle event hook name.
-
withHook
An Auto Scaling lifecycle event hook name.
- Parameters:
hook
- An Auto Scaling lifecycle event hook name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-