Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class AvailabilityZone

java.lang.Object
  extended by com.amazonaws.services.rds.model.AvailabilityZone
All Implemented Interfaces:
Serializable

public class AvailabilityZone
extends Object
implements Serializable

Contains Availability Zone information.

This data type is used as an element in the following data type:

See Also:
Serialized Form

Constructor Summary
AvailabilityZone()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          The name of the availability zone.
 Boolean getProvisionedIopsCapable()
          True indicates the availability zone is capable of provisioned IOPs.
 int hashCode()
           
 Boolean isProvisionedIopsCapable()
          True indicates the availability zone is capable of provisioned IOPs.
 void setName(String name)
          The name of the availability zone.
 void setProvisionedIopsCapable(Boolean provisionedIopsCapable)
          True indicates the availability zone is capable of provisioned IOPs.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AvailabilityZone withName(String name)
          The name of the availability zone.
 AvailabilityZone withProvisionedIopsCapable(Boolean provisionedIopsCapable)
          True indicates the availability zone is capable of provisioned IOPs.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvailabilityZone

public AvailabilityZone()
Method Detail

getName

public String getName()
The name of the availability zone.

Returns:
The name of the availability zone.

setName

public void setName(String name)
The name of the availability zone.

Parameters:
name - The name of the availability zone.

withName

public AvailabilityZone withName(String name)
The name of the availability zone.

Returns a reference to this object so that method calls can be chained together.

Parameters:
name - The name of the availability zone.
Returns:
A reference to this updated object so that method calls can be chained together.

isProvisionedIopsCapable

public Boolean isProvisionedIopsCapable()
True indicates the availability zone is capable of provisioned IOPs.

Returns:
True indicates the availability zone is capable of provisioned IOPs.

setProvisionedIopsCapable

public void setProvisionedIopsCapable(Boolean provisionedIopsCapable)
True indicates the availability zone is capable of provisioned IOPs.

Parameters:
provisionedIopsCapable - True indicates the availability zone is capable of provisioned IOPs.

withProvisionedIopsCapable

public AvailabilityZone withProvisionedIopsCapable(Boolean provisionedIopsCapable)
True indicates the availability zone is capable of provisioned IOPs.

Returns a reference to this object so that method calls can be chained together.

Parameters:
provisionedIopsCapable - True indicates the availability zone is capable of provisioned IOPs.
Returns:
A reference to this updated object so that method calls can be chained together.

getProvisionedIopsCapable

public Boolean getProvisionedIopsCapable()
True indicates the availability zone is capable of provisioned IOPs.

Returns:
True indicates the availability zone is capable of provisioned IOPs.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.