public class DeleteDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDBClusterParameterGroup operation.
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted cannot be associated with any DB clusters.
For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
NOOP| Constructor and Description |
|---|
DeleteDBClusterParameterGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteDBClusterParameterGroupRequest()
public String getDBClusterParameterGroupName()
Constraints:
Constraints:
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
Constraints:
dBClusterParameterGroupName - The name of the DB cluster parameter group. Constraints:
public DeleteDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroupName - The name of the DB cluster parameter group. Constraints:
public String toString()
toString in class ObjectObject.toString()public DeleteDBClusterParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.