public class DeleteClusterParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteClusterParameterGroup operation.
Deletes a specified Amazon Redshift parameter group.
NOTE:You cannot delete a parameter group if it is associated with a cluster.
| コンストラクタと説明 |
|---|
DeleteClusterParameterGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getParameterGroupName()
The name of the parameter group to be deleted.
|
int |
hashCode() |
void |
setParameterGroupName(java.lang.String parameterGroupName)
The name of the parameter group to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterParameterGroupRequest |
withParameterGroupName(java.lang.String parameterGroupName)
The name of the parameter group to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getParameterGroupName()
Constraints:
Constraints:
public void setParameterGroupName(java.lang.String parameterGroupName)
Constraints:
parameterGroupName - The name of the parameter group to be deleted. Constraints:
public DeleteClusterParameterGroupRequest withParameterGroupName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object