Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class DeleteClusterSecurityGroupRequest

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

public class DeleteClusterSecurityGroupRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the 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 .

See Also:
AmazonRedshift.deleteClusterSecurityGroup(DeleteClusterSecurityGroupRequest), Serialized Form

Constructor Summary
DeleteClusterSecurityGroupRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterSecurityGroupName()
          The name of the cluster security group to be deleted.
 int hashCode()
           
 void setClusterSecurityGroupName(String clusterSecurityGroupName)
          The name of the cluster security group to be deleted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteClusterSecurityGroupRequest withClusterSecurityGroupName(String clusterSecurityGroupName)
          The name of the cluster security 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

DeleteClusterSecurityGroupRequest

public DeleteClusterSecurityGroupRequest()
Method Detail

getClusterSecurityGroupName

public String getClusterSecurityGroupName()
The name of the cluster security group to be deleted.

Returns:
The name of the cluster security group to be deleted.

setClusterSecurityGroupName

public void setClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group to be deleted.

Parameters:
clusterSecurityGroupName - The name of the cluster security group to be deleted.

withClusterSecurityGroupName

public DeleteClusterSecurityGroupRequest withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the cluster security group to be deleted.

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

Parameters:
clusterSecurityGroupName - The name of the cluster security group to be deleted.
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.