|
|||||||
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
Container for the parameters to the DeleteDBSecurityGroup operation
.
This API deletes a database security group. Database security group must not be associated with any RDS Instances.
AmazonRDS.deleteDBSecurityGroup(DeleteDBSecurityGroupRequest)
Constructor Summary | |
---|---|
DeleteDBSecurityGroupRequest()
Default constructor for a new DeleteDBSecurityGroupRequest object. |
|
DeleteDBSecurityGroupRequest(java.lang.String dBSecurityGroupName)
Constructs a new DeleteDBSecurityGroupRequest object. |
Method Summary | |
---|---|
java.lang.String |
getDBSecurityGroupName()
The name of the database security group to delete. |
void |
setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
The name of the database security group to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDBSecurityGroupRequest |
withDBSecurityGroupName(java.lang.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()
public DeleteDBSecurityGroupRequest(java.lang.String dBSecurityGroupName)
dBSecurityGroupName
- The name of the database security group to
delete.Method Detail |
---|
public java.lang.String getDBSecurityGroupName()
public void setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
dBSecurityGroupName
- The name of the database security group to delete.public DeleteDBSecurityGroupRequest withDBSecurityGroupName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |