|
||||||||||
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.DeleteDBSecurityGroupRequest
public class DeleteDBSecurityGroupRequest
Constructor Summary | |
---|---|
DeleteDBSecurityGroupRequest()
|
Method Summary | |
---|---|
String |
getDBSecurityGroupName()
The name of the database security group to delete. |
void |
setDBSecurityGroupName(String dBSecurityGroupName)
The name of the database security group to delete. |
String |
toString()
|
DeleteDBSecurityGroupRequest |
withDBSecurityGroupName(String dBSecurityGroupName)
The name of the database security group to delete. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteDBSecurityGroupRequest()
Method Detail |
---|
public String getDBSecurityGroupName()
public void setDBSecurityGroupName(String dBSecurityGroupName)
dBSecurityGroupName
- The name of the database security group to delete.public DeleteDBSecurityGroupRequest withDBSecurityGroupName(String dBSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName
- The name of the database security group to delete.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |