public class AutoScalingGroup extends Object implements Serializable
Describes an Auto Scaling launch configuration.
Constructor and Description |
---|
AutoScalingGroup()
Default constructor for a new AutoScalingGroup object.
|
Modifier and Type | Method and Description |
---|---|
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 AutoScalingGroup()
public String getName()
AutoScalingGroup
.AutoScalingGroup
.public void setName(String name)
AutoScalingGroup
.name
- The name of the AutoScalingGroup
.public AutoScalingGroup withName(String name)
AutoScalingGroup
.
Returns a reference to this object so that method calls can be chained together.
name
- The name of the AutoScalingGroup
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.