|
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.DeleteClusterSubnetGroupRequest
public class DeleteClusterSubnetGroupRequest
Container for the parameters to the DeleteClusterSubnetGroup operation
.
Deletes the specified cluster subnet group.
AmazonRedshift.deleteClusterSubnetGroup(DeleteClusterSubnetGroupRequest)
,
Serialized FormConstructor 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 |
---|
public DeleteClusterSubnetGroupRequest()
Method Detail |
---|
public String getClusterSubnetGroupName()
public void setClusterSubnetGroupName(String clusterSubnetGroupName)
clusterSubnetGroupName
- The name of the cluster subnet group name to be deleted.public DeleteClusterSubnetGroupRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSubnetGroupName
- The name of the cluster subnet group name to be deleted.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |