public class DeleteClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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()
Copyright © 2014. All rights reserved.