@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; useful for testing and debugging.
|
UpdateSubnetGroupResult |
withSubnetGroup(SubnetGroup subnetGroup)
The subnet group that has been modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateSubnetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.