|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.DeleteClusterParameterGroupRequest
public class DeleteClusterParameterGroupRequest
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.
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 |
|---|
public DeleteClusterParameterGroupRequest()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||