Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class DeleteClusterSubnetGroupRequest

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

public class DeleteClusterSubnetGroupRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteClusterSubnetGroup operation.

Deletes the specified cluster subnet group.

See Also:
AmazonRedshift.deleteClusterSubnetGroup(DeleteClusterSubnetGroupRequest), Serialized Form

Constructor Summary
DeleteClusterSubnetGroupRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterSubnetGroupName()
          The name of the cluster subnet group name to be deleted.
 int hashCode()
           
 void setClusterSubnetGroupName(String clusterSubnetGroupName)
          The name of the cluster subnet group name to be deleted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteClusterSubnetGroupRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
          The name of the cluster subnet group name 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

DeleteClusterSubnetGroupRequest

public DeleteClusterSubnetGroupRequest()
Method Detail

getClusterSubnetGroupName

public String getClusterSubnetGroupName()
The name of the cluster subnet group name to be deleted.

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

setClusterSubnetGroupName

public void setClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group name to be deleted.

Parameters:
clusterSubnetGroupName - The name of the cluster subnet group name to be deleted.

withClusterSubnetGroupName

public DeleteClusterSubnetGroupRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group name to be deleted.

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

Parameters:
clusterSubnetGroupName - The name of the cluster subnet group name 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.