@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoScalingGroup extends Object implements Serializable, Cloneable, StructuredPojo
An Auto Scaling 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 Auto Scaling group associated with an Amazon EKS managed node group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the Auto Scaling 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 Auto Scaling group associated with an Amazon EKS managed node group.
|
public void setName(String name)
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
name
- The name of the Auto Scaling group associated with an Amazon EKS managed node group.public String getName()
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
public AutoScalingGroup withName(String name)
The name of the Auto Scaling group associated with an Amazon EKS managed node group.
name
- The name of the Auto Scaling group associated with an Amazon EKS managed node group.public String toString()
toString
in class Object
Object.toString()
public AutoScalingGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.