Class AutoScalingGroup
- java.lang.Object
-
- com.amazonaws.services.elasticbeanstalk.model.AutoScalingGroup
-
- All Implemented Interfaces:
Serializable,Cloneable
public class AutoScalingGroup extends Object implements Serializable, Cloneable
Describes an Auto Scaling launch configuration.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AutoScalingGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoScalingGroupclone()booleanequals(Object obj)StringgetName()The name of theAutoScalingGroup.inthashCode()voidsetName(String name)The name of theAutoScalingGroup.StringtoString()Returns a string representation of this object; useful for testing and debugging.AutoScalingGroupwithName(String name)The name of theAutoScalingGroup.
-
-
-
Method Detail
-
setName
public void setName(String name)
The name of the
AutoScalingGroup.- Parameters:
name- The name of theAutoScalingGroup.
-
getName
public String getName()
The name of the
AutoScalingGroup.- Returns:
- The name of the
AutoScalingGroup.
-
withName
public AutoScalingGroup withName(String name)
The name of the
AutoScalingGroup.- Parameters:
name- The name of theAutoScalingGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AutoScalingGroup clone()
-
-