@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails extends Object implements Serializable, Cloneable, StructuredPojo
An Availability Zone for the automatic scaling group.
| Constructor and Description |
|---|
AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The name of the Availability Zone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValue(String value)
The name of the Availability Zone.
|
String |
toString()
Returns a string representation of this object.
|
AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails |
withValue(String value)
The name of the Availability Zone.
|
public AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails()
public void setValue(String value)
The name of the Availability Zone.
value - The name of the Availability Zone.public String getValue()
The name of the Availability Zone.
public AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails withValue(String value)
The name of the Availability Zone.
value - The name of the Availability Zone.public String toString()
toString in class ObjectObject.toString()public AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.