public class Subnet extends Object implements Serializable
| Constructor and Description |
|---|
Subnet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSubnetAvailabilityZone() |
String |
getSubnetIdentifier()
Specifies the identifier of the subnet.
|
String |
getSubnetStatus()
Specifies the status of the subnet.
|
int |
hashCode() |
void |
setSubnetAvailabilityZone(String subnetAvailabilityZone) |
void |
setSubnetIdentifier(String subnetIdentifier)
Specifies the identifier of the subnet.
|
void |
setSubnetStatus(String subnetStatus)
Specifies the status of the subnet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Subnet |
withSubnetAvailabilityZone(String subnetAvailabilityZone) |
Subnet |
withSubnetIdentifier(String subnetIdentifier)
Specifies the identifier of the subnet.
|
Subnet |
withSubnetStatus(String subnetStatus)
Specifies the status of the subnet.
|
public String getSubnetIdentifier()
Specifies the identifier of the subnet.
public void setSubnetIdentifier(String subnetIdentifier)
Specifies the identifier of the subnet.
subnetIdentifier - Specifies the identifier of the subnet.public Subnet withSubnetIdentifier(String subnetIdentifier)
Specifies the identifier of the subnet.
subnetIdentifier - Specifies the identifier of the subnet.public String getSubnetAvailabilityZone()
Specifies the availability zone of the subnet.
public void setSubnetAvailabilityZone(String subnetAvailabilityZone)
subnetAvailabilityZone - Specifies the availability zone of the subnet.
public Subnet withSubnetAvailabilityZone(String subnetAvailabilityZone)
subnetAvailabilityZone - Specifies the availability zone of the subnet.
public String getSubnetStatus()
Specifies the status of the subnet.
public void setSubnetStatus(String subnetStatus)
Specifies the status of the subnet.
subnetStatus - Specifies the status of the subnet.public Subnet withSubnetStatus(String subnetStatus)
Specifies the status of the subnet.
subnetStatus - Specifies the status of the subnet.public String toString()
toString in class ObjectObject.toString()Copyright © 2019 MuleSoft, Inc.. All rights reserved.