@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDefaultSubnetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDefaultSubnetResult() |
Modifier and Type | Method and Description |
---|---|
CreateDefaultSubnetResult |
clone() |
boolean |
equals(Object obj) |
Subnet |
getSubnet()
Information about the subnet.
|
int |
hashCode() |
void |
setSubnet(Subnet subnet)
Information about the subnet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDefaultSubnetResult |
withSubnet(Subnet subnet)
Information about the subnet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSubnet(Subnet subnet)
Information about the subnet.
subnet
- Information about the subnet.public Subnet getSubnet()
Information about the subnet.
public CreateDefaultSubnetResult withSubnet(Subnet subnet)
Information about the subnet.
subnet
- Information about the subnet.public String toString()
toString
in class Object
Object.toString()
public CreateDefaultSubnetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.