@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) |
String |
getDeletionMessage()
A user-specified message for this action (i.e., a reason for deleting the subnet group).
|
int |
hashCode() |
void |
setDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the subnet group).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteSubnetGroupResult |
withDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the subnet group).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the subnet group).
deletionMessage
- A user-specified message for this action (i.e., a reason for deleting the subnet group).public String getDeletionMessage()
A user-specified message for this action (i.e., a reason for deleting the subnet group).
public DeleteSubnetGroupResult withDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the subnet group).
deletionMessage
- A user-specified message for this action (i.e., a reason for deleting the subnet group).public String toString()
toString
in class Object
Object.toString()
public DeleteSubnetGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.