com.amazonaws.services.rds.model
Class DeleteDBSecurityGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.DeleteDBSecurityGroupRequest

public class DeleteDBSecurityGroupRequest
extends AmazonWebServiceRequest


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

DeleteDBSecurityGroupRequest

public DeleteDBSecurityGroupRequest()
Method Detail

getDBSecurityGroupName

public String getDBSecurityGroupName()
The name of the database security group to delete.

Returns:
The name of the database security group to delete.

setDBSecurityGroupName

public void setDBSecurityGroupName(String dBSecurityGroupName)
The name of the database security group to delete.

Parameters:
dBSecurityGroupName - The name of the database security group to delete.

withDBSecurityGroupName

public DeleteDBSecurityGroupRequest withDBSecurityGroupName(String dBSecurityGroupName)
The name of the database security group to delete.

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

Parameters:
dBSecurityGroupName - The name of the database security group to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.