Class Subnet
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.Subnet
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Availability Zone of the subnet.The subnet identifier.The status of the subnet.int
hashCode()
void
setSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) The Availability Zone of the subnet.void
setSubnetIdentifier
(String subnetIdentifier) The subnet identifier.void
setSubnetStatus
(String subnetStatus) The status of the subnet.toString()
Returns a string representation of this object; useful for testing and debugging.withSubnetAvailabilityZone
(AvailabilityZone subnetAvailabilityZone) The Availability Zone of the subnet.withSubnetIdentifier
(String subnetIdentifier) The subnet identifier.withSubnetStatus
(String subnetStatus) The status of the subnet.
-
Constructor Details
-
Subnet
public Subnet()
-
-
Method Details
-
setSubnetIdentifier
The subnet identifier.
- Parameters:
subnetIdentifier
- The subnet identifier.
-
getSubnetIdentifier
The subnet identifier.
- Returns:
- The subnet identifier.
-
withSubnetIdentifier
The subnet identifier.
- Parameters:
subnetIdentifier
- The subnet identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetAvailabilityZone
The Availability Zone of the subnet.
- Parameters:
subnetAvailabilityZone
- The Availability Zone of the subnet.
-
getSubnetAvailabilityZone
The Availability Zone of the subnet.
- Returns:
- The Availability Zone of the subnet.
-
withSubnetAvailabilityZone
The Availability Zone of the subnet.
- Parameters:
subnetAvailabilityZone
- The Availability Zone of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetStatus
The status of the subnet.
- Parameters:
subnetStatus
- The status of the subnet.
-
getSubnetStatus
The status of the subnet.
- Returns:
- The status of the subnet.
-
withSubnetStatus
The status of the subnet.
- Parameters:
subnetStatus
- 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
-