@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoScalingGroup extends Object implements Serializable, Cloneable
Describes an Auto Scaling launch configuration.
Constructor and Description |
---|
AutoScalingGroup() |
Modifier and Type | Method and Description |
---|---|
AutoScalingGroup |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the
AutoScalingGroup . |
int |
hashCode() |
void |
setName(String name)
The name of the
AutoScalingGroup . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AutoScalingGroup |
withName(String name)
The name of the
AutoScalingGroup . |
public void setName(String name)
The name of the AutoScalingGroup
.
name
- The name of the AutoScalingGroup
.public String getName()
The name of the AutoScalingGroup
.
AutoScalingGroup
.public AutoScalingGroup withName(String name)
The name of the AutoScalingGroup
.
name
- The name of the AutoScalingGroup
.public String toString()
toString
in class Object
Object.toString()
public AutoScalingGroup clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.