public class Subnet
extends java.lang.Object
implements java.io.Serializable
This data type is used as a response element in the DescribeDBSubnetGroups action.
| コンストラクタと説明 |
|---|
Subnet() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
AvailabilityZone |
getSubnetAvailabilityZone()
Contains Availability Zone information.
|
java.lang.String |
getSubnetIdentifier()
Specifies the identifier of the subnet.
|
java.lang.String |
getSubnetStatus()
Specifies the status of the subnet.
|
int |
hashCode() |
void |
setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Contains Availability Zone information.
|
void |
setSubnetIdentifier(java.lang.String subnetIdentifier)
Specifies the identifier of the subnet.
|
void |
setSubnetStatus(java.lang.String subnetStatus)
Specifies 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)
Contains Availability Zone information.
|
Subnet |
withSubnetIdentifier(java.lang.String subnetIdentifier)
Specifies the identifier of the subnet.
|
Subnet |
withSubnetStatus(java.lang.String subnetStatus)
Specifies the status of the subnet.
|
public java.lang.String getSubnetIdentifier()
public void setSubnetIdentifier(java.lang.String subnetIdentifier)
subnetIdentifier - Specifies 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 - Specifies the identifier of the subnet.public AvailabilityZone getSubnetAvailabilityZone()
This data type is used as an element in the following data type:
This data type is used as an element in the following data type:
public void setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
This data type is used as an element in the following data type:
subnetAvailabilityZone - Contains Availability Zone information. This data type is used as an element in the following data type:
public Subnet withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
This data type is used as an element in the following data type:
Returns a reference to this object so that method calls can be chained together.
subnetAvailabilityZone - Contains Availability Zone information. This data type is used as an element in the following data type:
public java.lang.String getSubnetStatus()
public void setSubnetStatus(java.lang.String subnetStatus)
subnetStatus - Specifies 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 - Specifies 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