@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
DeleteParameterGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeletionMessage()
A user-specified message for this action (i.e., a reason for deleting the parameter group).
|
int |
hashCode() |
void |
setDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the parameter group).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteParameterGroupResult |
withDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the parameter group).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the parameter group).
deletionMessage
- A user-specified message for this action (i.e., a reason for deleting the parameter group).public String getDeletionMessage()
A user-specified message for this action (i.e., a reason for deleting the parameter group).
public DeleteParameterGroupResult withDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the parameter group).
deletionMessage
- A user-specified message for this action (i.e., a reason for deleting the parameter group).public String toString()
toString
in class Object
Object.toString()
public DeleteParameterGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.