public class AvailabilityZone
extends java.lang.Object
implements java.io.Serializable
Availability Zone in which the Cache Cluster is launched
| コンストラクタと説明 |
|---|
AvailabilityZone() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Specifies the name of the Availability Zone
|
int |
hashCode() |
void |
setName(java.lang.String name)
Specifies 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)
Specifies the name of the Availability Zone
Returns a reference to this object so that method calls can be chained together.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - Specifies the name of the Availability Zonepublic AvailabilityZone withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name - Specifies the name of the Availability Zonepublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object