@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSubnetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateSubnetGroupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateSubnetGroupResult | clone() | 
| boolean | equals(Object obj) | 
| SubnetGroup | getSubnetGroup()
 Represents the output of a CreateSubnetGroup operation. | 
| int | hashCode() | 
| void | setSubnetGroup(SubnetGroup subnetGroup)
 Represents the output of a CreateSubnetGroup operation. | 
| String | toString()Returns a string representation of this object. | 
| CreateSubnetGroupResult | withSubnetGroup(SubnetGroup subnetGroup)
 Represents the output of a CreateSubnetGroup operation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSubnetGroup(SubnetGroup subnetGroup)
Represents the output of a CreateSubnetGroup operation.
subnetGroup - Represents the output of a CreateSubnetGroup operation.public SubnetGroup getSubnetGroup()
Represents the output of a CreateSubnetGroup operation.
public CreateSubnetGroupResult withSubnetGroup(SubnetGroup subnetGroup)
Represents the output of a CreateSubnetGroup operation.
subnetGroup - Represents the output of a CreateSubnetGroup operation.public String toString()
toString in class ObjectObject.toString()public CreateSubnetGroupResult clone()