@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; useful for testing and debugging.
|
CreateSubnetGroupResult |
withSubnetGroup(SubnetGroup subnetGroup)
Represents the output of a CreateSubnetGroup operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateSubnetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.