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