@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvailabilityZone extends Object implements Serializable, Cloneable, StructuredPojo
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
| Constructor and Description |
|---|
AvailabilityZone() |
| Modifier and Type | Method and Description |
|---|---|
AvailabilityZone |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the Availability Zone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the Availability Zone.
|
String |
toString()
Returns a string representation of this object.
|
AvailabilityZone |
withName(String name)
The name of the Availability Zone.
|
public void setName(String name)
The name of the Availability Zone.
name - The name of the Availability Zone.public String getName()
The name of the Availability Zone.
public AvailabilityZone withName(String name)
The name of the Availability Zone.
name - The name of the Availability Zone.public String toString()
toString in class ObjectObject.toString()public AvailabilityZone clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.