public class DeleteDBParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDBParameterGroup operation
.
Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.
NOOP
Constructor and Description |
---|
DeleteDBParameterGroupRequest()
Default constructor for a new DeleteDBParameterGroupRequest object.
|
DeleteDBParameterGroupRequest(String dBParameterGroupName)
Constructs a new DeleteDBParameterGroupRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteDBParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDBParameterGroupName()
The name of the DB parameter group.
|
int |
hashCode() |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDBParameterGroupRequest |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteDBParameterGroupRequest()
public DeleteDBParameterGroupRequest(String dBParameterGroupName)
dBParameterGroupName
- The name of the DB parameter group.
Constraints:
public String getDBParameterGroupName()
Constraints:
Constraints:
public void setDBParameterGroupName(String dBParameterGroupName)
Constraints:
dBParameterGroupName
- The name of the DB parameter group. Constraints:
public DeleteDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- The name of the DB parameter group. Constraints:
public String toString()
toString
in class Object
Object.toString()
public DeleteDBParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.