|
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.rds.model.DeleteDBSubnetGroupRequest
public class DeleteDBSubnetGroupRequest
Container for the parameters to the DeleteDBSubnetGroup operation
.
Deletes a DB subnet group.
NOTE:The specified database subnet group must not be associated with any DB instances.
AmazonRDS.deleteDBSubnetGroup(DeleteDBSubnetGroupRequest)
Constructor Summary | |
---|---|
DeleteDBSubnetGroupRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDBSubnetGroupName()
The name of the database subnet group to delete. |
int |
hashCode()
|
void |
setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the database subnet group to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDBSubnetGroupRequest |
withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the database subnet group to delete. |
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 DeleteDBSubnetGroupRequest()
Method Detail |
---|
public java.lang.String getDBSubnetGroupName()
Constraints:
Constraints:
public void setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Constraints:
dBSubnetGroupName
- The name of the database subnet group to delete. Constraints:
public DeleteDBSubnetGroupRequest withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupName
- The name of the database subnet group to delete. Constraints:
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |