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()booleangetHook()An Auto Scaling lifecycle event hook name.getName()The Auto Scaling group name.inthashCode()voidAn Auto Scaling lifecycle event hook name.voidThe 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
-