public class Subnet
extends java.lang.Object
implements java.io.Serializable
Describes a subnet.
| コンストラクタと説明 |
|---|
Subnet() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
AvailabilityZone |
getSubnetAvailabilityZone()
Describes an availability zone.
|
java.lang.String |
getSubnetIdentifier()
The identifier of the subnet.
|
java.lang.String |
getSubnetStatus()
The status of the subnet.
|
int |
hashCode() |
void |
setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Describes an availability zone.
|
void |
setSubnetIdentifier(java.lang.String subnetIdentifier)
The identifier of the subnet.
|
void |
setSubnetStatus(java.lang.String subnetStatus)
The status of the subnet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Subnet |
withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Describes an availability zone.
|
Subnet |
withSubnetIdentifier(java.lang.String subnetIdentifier)
The identifier of the subnet.
|
Subnet |
withSubnetStatus(java.lang.String subnetStatus)
The status of the subnet.
|
public java.lang.String getSubnetIdentifier()
public void setSubnetIdentifier(java.lang.String subnetIdentifier)
subnetIdentifier - The identifier of the subnet.public Subnet withSubnetIdentifier(java.lang.String subnetIdentifier)
Returns a reference to this object so that method calls can be chained together.
subnetIdentifier - The identifier of the subnet.public AvailabilityZone getSubnetAvailabilityZone()
public void setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
subnetAvailabilityZone - Describes an availability zone.public Subnet withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Returns a reference to this object so that method calls can be chained together.
subnetAvailabilityZone - Describes an availability zone.public java.lang.String getSubnetStatus()
public void setSubnetStatus(java.lang.String subnetStatus)
subnetStatus - The status of the subnet.public Subnet withSubnetStatus(java.lang.String subnetStatus)
Returns a reference to this object so that method calls can be chained together.
subnetStatus - The status of the subnet.public 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