Class Subnet
java.lang.Object
com.amazonaws.services.rds.model.Subnet
- All Implemented Interfaces:
Serializable, Cloneable
This data type is used as a response element in the DescribeDBSubnetGroups action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies the identifier of the subnet.Specifies the status of the subnet.inthashCode()voidsetSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) voidsetSubnetIdentifier(String subnetIdentifier) Specifies the identifier of the subnet.voidsetSubnetStatus(String subnetStatus) Specifies the status of the subnet.toString()Returns a string representation of this object; useful for testing and debugging.withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) withSubnetIdentifier(String subnetIdentifier) Specifies the identifier of the subnet.withSubnetStatus(String subnetStatus) Specifies the status of the subnet.
-
Constructor Details
-
Subnet
public Subnet()
-
-
Method Details
-
setSubnetIdentifier
Specifies the identifier of the subnet.
- Parameters:
subnetIdentifier- Specifies the identifier of the subnet.
-
getSubnetIdentifier
Specifies the identifier of the subnet.
- Returns:
- Specifies the identifier of the subnet.
-
withSubnetIdentifier
-
setSubnetAvailabilityZone
- Parameters:
subnetAvailabilityZone-
-
getSubnetAvailabilityZone
- Returns:
-
withSubnetAvailabilityZone
- Parameters:
subnetAvailabilityZone-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetStatus
Specifies the status of the subnet.
- Parameters:
subnetStatus- Specifies the status of the subnet.
-
getSubnetStatus
Specifies the status of the subnet.
- Returns:
- Specifies the status of the subnet.
-
withSubnetStatus
-
toString
-
equals
-
hashCode
-
clone
-