public class AvailabilityZone extends Object implements Serializable
Constructor and Description |
---|
AvailabilityZone() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AvailabilityZoneMessage> |
getMessages()
Any messages about the Availability Zone.
|
String |
getRegionName()
The name of the region.
|
String |
getState()
The state of the Availability Zone.
|
String |
getZoneName()
The name of the Availability Zone.
|
int |
hashCode() |
void |
setMessages(Collection<AvailabilityZoneMessage> messages)
Any messages about the Availability Zone.
|
void |
setRegionName(String regionName)
The name of the region.
|
void |
setState(AvailabilityZoneState state)
The state of the Availability Zone.
|
void |
setState(String state)
The state of the Availability Zone.
|
void |
setZoneName(String zoneName)
The name of the Availability Zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setZoneName(String zoneName)
The name of the Availability Zone.
zoneName
- The name of the Availability Zone.public String getZoneName()
The name of the Availability Zone.
public void setState(String state)
The state of the Availability Zone.
state
- The state of the Availability Zone.AvailabilityZoneState
public String getState()
The state of the Availability Zone.
AvailabilityZoneState
public void setState(AvailabilityZoneState state)
The state of the Availability Zone.
state
- The state of the Availability Zone.AvailabilityZoneState
public void setRegionName(String regionName)
The name of the region.
regionName
- The name of the region.public String getRegionName()
The name of the region.
public List<AvailabilityZoneMessage> getMessages()
Any messages about the Availability Zone.
public void setMessages(Collection<AvailabilityZoneMessage> messages)
Any messages about the Availability Zone.
messages
- Any messages about the Availability Zone.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.