public class Subnet
extends java.lang.Object
implements java.io.Serializable
Network Subnet associated with a Cache Cluster
| コンストラクタと説明 |
|---|
Subnet() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
AvailabilityZone |
getSubnetAvailabilityZone()
Specifies the Availability Zone associated with the Subnet
|
java.lang.String |
getSubnetIdentifier()
Specifies the unique identifier for the Subnet
|
int |
hashCode() |
void |
setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Specifies the Availability Zone associated with the Subnet
|
void |
setSubnetIdentifier(java.lang.String subnetIdentifier)
Specifies the unique identifier for the Subnet
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Subnet |
withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Specifies the Availability Zone associated with the Subnet
Returns a reference to this object so that method calls can be chained together.
|
Subnet |
withSubnetIdentifier(java.lang.String subnetIdentifier)
Specifies the unique identifier for the Subnet
Returns a reference to this object so that method calls can be chained together.
|
public java.lang.String getSubnetIdentifier()
public void setSubnetIdentifier(java.lang.String subnetIdentifier)
subnetIdentifier - Specifies the unique identifier for the Subnetpublic Subnet withSubnetIdentifier(java.lang.String subnetIdentifier)
Returns a reference to this object so that method calls can be chained together.
subnetIdentifier - Specifies the unique identifier for the Subnetpublic AvailabilityZone getSubnetAvailabilityZone()
public void setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
subnetAvailabilityZone - Specifies the Availability Zone associated with the Subnetpublic Subnet withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Returns a reference to this object so that method calls can be chained together.
subnetAvailabilityZone - Specifies the Availability Zone associated with the Subnetpublic 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