@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbSubnetGroupSubnet extends Object implements Serializable, Cloneable, StructuredPojo
Information about a subnet in a subnet group.
| Constructor and Description |
|---|
AwsRdsDbSubnetGroupSubnet() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSubnetGroupSubnet |
clone() |
boolean |
equals(Object obj) |
AwsRdsDbSubnetGroupSubnetAvailabilityZone |
getSubnetAvailabilityZone()
Information about the Availability Zone for a subnet in the subnet group.
|
String |
getSubnetIdentifier()
The identifier of a subnet in the subnet group.
|
String |
getSubnetStatus()
The status of a subnet in the subnet group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSubnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
|
void |
setSubnetIdentifier(String subnetIdentifier)
The identifier of a subnet in the subnet group.
|
void |
setSubnetStatus(String subnetStatus)
The status of a subnet in the subnet group.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbSubnetGroupSubnet |
withSubnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
|
AwsRdsDbSubnetGroupSubnet |
withSubnetIdentifier(String subnetIdentifier)
The identifier of a subnet in the subnet group.
|
AwsRdsDbSubnetGroupSubnet |
withSubnetStatus(String subnetStatus)
The status of a subnet in the subnet group.
|
public void setSubnetIdentifier(String subnetIdentifier)
The identifier of a subnet in the subnet group.
subnetIdentifier - The identifier of a subnet in the subnet group.public String getSubnetIdentifier()
The identifier of a subnet in the subnet group.
public AwsRdsDbSubnetGroupSubnet withSubnetIdentifier(String subnetIdentifier)
The identifier of a subnet in the subnet group.
subnetIdentifier - The identifier of a subnet in the subnet group.public void setSubnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
subnetAvailabilityZone - Information about the Availability Zone for a subnet in the subnet group.public AwsRdsDbSubnetGroupSubnetAvailabilityZone getSubnetAvailabilityZone()
Information about the Availability Zone for a subnet in the subnet group.
public AwsRdsDbSubnetGroupSubnet withSubnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
subnetAvailabilityZone - Information about the Availability Zone for a subnet in the subnet group.public void setSubnetStatus(String subnetStatus)
The status of a subnet in the subnet group.
subnetStatus - The status of a subnet in the subnet group.public String getSubnetStatus()
The status of a subnet in the subnet group.
public AwsRdsDbSubnetGroupSubnet withSubnetStatus(String subnetStatus)
The status of a subnet in the subnet group.
subnetStatus - The status of a subnet in the subnet group.public String toString()
toString in class ObjectObject.toString()public AwsRdsDbSubnetGroupSubnet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.