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