@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubnetOutpost extends Object implements Serializable, Cloneable
The ID of the outpost subnet.
Constructor and Description |
---|
SubnetOutpost() |
Modifier and Type | Method and Description |
---|---|
SubnetOutpost |
clone() |
boolean |
equals(Object obj) |
String |
getSubnetOutpostArn()
The outpost ARN of the subnet.
|
int |
hashCode() |
void |
setSubnetOutpostArn(String subnetOutpostArn)
The outpost ARN of the subnet.
|
String |
toString()
Returns a string representation of this object.
|
SubnetOutpost |
withSubnetOutpostArn(String subnetOutpostArn)
The outpost ARN of the subnet.
|
public void setSubnetOutpostArn(String subnetOutpostArn)
The outpost ARN of the subnet.
subnetOutpostArn
- The outpost ARN of the subnet.public String getSubnetOutpostArn()
The outpost ARN of the subnet.
public SubnetOutpost withSubnetOutpostArn(String subnetOutpostArn)
The outpost ARN of the subnet.
subnetOutpostArn
- The outpost ARN of the subnet.public String toString()
toString
in class Object
Object.toString()
public SubnetOutpost clone()