@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 updated subnet group
|
int |
hashCode() |
void |
setSubnetGroup(SubnetGroup subnetGroup)
The updated subnet group
|
String |
toString()
Returns a string representation of this object.
|
UpdateSubnetGroupResult |
withSubnetGroup(SubnetGroup subnetGroup)
The updated subnet group
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSubnetGroup(SubnetGroup subnetGroup)
The updated subnet group
subnetGroup
- The updated subnet grouppublic SubnetGroup getSubnetGroup()
The updated subnet group
public UpdateSubnetGroupResult withSubnetGroup(SubnetGroup subnetGroup)
The updated subnet group
subnetGroup
- The updated subnet grouppublic String toString()
toString
in class Object
Object.toString()
public UpdateSubnetGroupResult clone()