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

public class AvailabilityZone
extends java.lang.Object

Contains Availability Zone information.

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


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

Constructor Detail

AvailabilityZone

public AvailabilityZone()
Method Detail

getName

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

Returns:
The name of the availability zone.

setName

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

Parameters:
name - The name of the availability zone.

withName

public AvailabilityZone withName(java.lang.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 java.lang.Boolean isProvisionedIopsCapable()
Returns the value of the ProvisionedIopsCapable property for this object.

Returns:
The value of the ProvisionedIopsCapable property for this object.

setProvisionedIopsCapable

public void setProvisionedIopsCapable(java.lang.Boolean provisionedIopsCapable)
Sets the value of the ProvisionedIopsCapable property for this object.

Parameters:
provisionedIopsCapable - The new value for the ProvisionedIopsCapable property for this object.

withProvisionedIopsCapable

public AvailabilityZone withProvisionedIopsCapable(java.lang.Boolean provisionedIopsCapable)
Sets the value of the ProvisionedIopsCapable property for this object.

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

Parameters:
provisionedIopsCapable - The new value for the ProvisionedIopsCapable property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getProvisionedIopsCapable

public java.lang.Boolean getProvisionedIopsCapable()
Returns the value of the ProvisionedIopsCapable property for this object.

Returns:
The value of the ProvisionedIopsCapable property for this object.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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