Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class AvailabilityZone

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

public class AvailabilityZone
extends Object
implements Serializable

Describes an availability zone.

See Also:
Serialized Form

Constructor Summary
AvailabilityZone()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          The name of the availability zone.
 int hashCode()
           
 void setName(String name)
          The name of the availability zone.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 AvailabilityZone withName(String name)
          The name of the availability zone.
 
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.

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.