public class DeleteDBParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDBParameterGroupRequest()
Default constructor for DeleteDBParameterGroupRequest object.
|
DeleteDBParameterGroupRequest(String dBParameterGroupName)
Constructs a new DeleteDBParameterGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDBParameterGroupRequest |
clone() |
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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteDBParameterGroupRequest()
public DeleteDBParameterGroupRequest(String dBParameterGroupName)
dBParameterGroupName - The name of the DB parameter group.
Constraints:
public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
Constraints:
dBParameterGroupName - The name of the DB parameter group.
Constraints:
public String getDBParameterGroupName()
The name of the DB parameter group.
Constraints:
Constraints:
public DeleteDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
Constraints:
dBParameterGroupName - The name of the DB parameter group.
Constraints:
public String toString()
toString in class ObjectObject.toString()public DeleteDBParameterGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.