Package com.amazonaws.services.rds.model
Class AvailabilityZone
java.lang.Object
com.amazonaws.services.rds.model.AvailabilityZone
- All Implemented Interfaces:
Serializable
,Cloneable
Contains Availability Zone information.
This data type is used as an element in the following data type:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AvailabilityZone
public AvailabilityZone()
-
-
Method Details
-
setName
The name of the availability zone.
- Parameters:
name
- The name of the availability zone.
-
getName
The name of the availability zone.
- Returns:
- The name of the availability zone.
-
withName
The name of the availability zone.
- Parameters:
name
- The name of the availability zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-