@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.
|
DeleteParameterGroupResult |
withDeletionMessage(String deletionMessage)
A user-specified message for this action (i.e., a reason for deleting the parameter group).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DeleteParameterGroupResult clone()