public class DeleteClusterSecurityGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteClusterSecurityGroup operation.
Deletes an Amazon Redshift security group.
NOTE:You cannot delete a security group that is associated with any clusters. You cannot delete the default security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Management Guide .
| コンストラクタと説明 |
|---|
DeleteClusterSecurityGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterSecurityGroupName()
The name of the cluster security group to be deleted.
|
int |
hashCode() |
void |
setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterSecurityGroupRequest |
withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getClusterSecurityGroupName()
public void setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
clusterSecurityGroupName - The name of the cluster security group to be deleted.public DeleteClusterSecurityGroupRequest withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSecurityGroupName - The name of the cluster security group to be deleted.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