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 AutoScalingGroup
clone()
boolean
equals(Object obj)
String
getName()
The name of theAutoScalingGroup
.int
hashCode()
void
setName(String name)
The name of theAutoScalingGroup
.String
toString()
Returns a string representation of this object; useful for testing and debugging.AutoScalingGroup
withName(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AutoScalingGroup clone()
-
-