Class AutoScalingGroup
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.AutoScalingGroup
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an Auto Scaling launch configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AutoScalingGroup
public AutoScalingGroup()
-
-
Method Details
-
setName
The name of the
AutoScalingGroup
.- Parameters:
name
- The name of theAutoScalingGroup
.
-
getName
The name of the
AutoScalingGroup
.- Returns:
- The name of the
AutoScalingGroup
.
-
withName
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-