Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class DeleteClusterParameterGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.DeleteClusterParameterGroupRequest
All Implemented Interfaces:
Serializable

public class DeleteClusterParameterGroupRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteClusterParameterGroup operation.

Deletes a specified Amazon Redshift parameter group.

NOTE:You cannot delete a parameter group if it is associated with a cluster.

See Also:
AmazonRedshift.deleteClusterParameterGroup(DeleteClusterParameterGroupRequest), Serialized Form

Constructor Summary
DeleteClusterParameterGroupRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteClusterParameterGroupRequest

public DeleteClusterParameterGroupRequest()
Method Detail

getParameterGroupName

public String getParameterGroupName()
The name of the parameter group to be deleted.

Constraints:

Returns:
The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.

setParameterGroupName

public void setParameterGroupName(String parameterGroupName)
The name of the parameter group to be deleted.

Constraints:

Parameters:
parameterGroupName - The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.

withParameterGroupName

public DeleteClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
The name of the parameter group to be deleted.

Constraints:

Returns a reference to this object so that method calls can be chained together.

Parameters:
parameterGroupName - The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.
  • Cannot delete a default cluster parameter group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.