public class DeleteClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteClusterParameterGroup operation
.
Deletes a specified Amazon Redshift parameter group.
NOTE:You cannot delete a parameter group if it is associated with a cluster.
NOOP
Constructor and Description |
---|
DeleteClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getParameterGroupName()
The name of the parameter group to be deleted.
|
int |
hashCode() |
void |
setParameterGroupName(String parameterGroupName)
The name of the parameter group to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterParameterGroupRequest |
withParameterGroupName(String parameterGroupName)
The name of the parameter group to be deleted.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getParameterGroupName()
Constraints:
Constraints:
public void setParameterGroupName(String parameterGroupName)
Constraints:
parameterGroupName
- The name of the parameter group to be deleted. Constraints:
public DeleteClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of the parameter group to be deleted. Constraints:
public String toString()
toString
in class Object
Object.toString()
public DeleteClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.