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
 java.lang.String getName()
          The name of the availability zone.
 void setName(java.lang.String name)
          The name of the availability zone.
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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.

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()


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