@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoScalingGroup extends Object implements Serializable, Cloneable, StructuredPojo
An AutoScaling group that is associated with an Amazon EKS managed node group.
| Constructor and Description |
|---|
AutoScalingGroup() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the AutoScaling group associated with an Amazon EKS managed node group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the AutoScaling group associated with an Amazon EKS managed node group.
|
String |
toString()
Returns a string representation of this object.
|
AutoScalingGroup |
withName(String name)
The name of the AutoScaling group associated with an Amazon EKS managed node group.
|
public void setName(String name)
The name of the AutoScaling group associated with an Amazon EKS managed node group.
name - The name of the AutoScaling group associated with an Amazon EKS managed node group.public String getName()
The name of the AutoScaling group associated with an Amazon EKS managed node group.
public AutoScalingGroup withName(String name)
The name of the AutoScaling group associated with an Amazon EKS managed node group.
name - The name of the AutoScaling group associated with an Amazon EKS managed node group.public String toString()
toString in class ObjectObject.toString()public AutoScalingGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.