Package com.amazonaws.services.rds.model
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()
boolean
Specifies the identifier of the subnet.Specifies the status of the subnet.int
hashCode()
void
setSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) void
setSubnetIdentifier
(String subnetIdentifier) Specifies the identifier of the subnet.void
setSubnetStatus
(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
Specifies the identifier of the subnet.
- Parameters:
subnetIdentifier
- Specifies the identifier of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Specifies the status of the subnet.
- Parameters:
subnetStatus
- Specifies the status of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-