|
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.DeleteDBSecurityGroupRequest
public class DeleteDBSecurityGroupRequest
Container for the parameters to the DeleteDBSecurityGroup operation.
Deletes a DB Security Group.
NOTE:The specified DB Security Group must not be associated with any DB Instances.
AmazonRDS.deleteDBSecurityGroup(DeleteDBSecurityGroupRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteDBSecurityGroupRequest()
Default constructor for a new DeleteDBSecurityGroupRequest object. |
|
DeleteDBSecurityGroupRequest(java.lang.String dBSecurityGroupName)
Constructs a new DeleteDBSecurityGroupRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDBSecurityGroupName()
The name of the DB Security Group to delete. |
int |
hashCode()
|
void |
setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
The name of the DB 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 DB Security 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 DeleteDBSecurityGroupRequest()
public DeleteDBSecurityGroupRequest(java.lang.String dBSecurityGroupName)
dBSecurityGroupName - The name of the DB Security Group to
delete. Constraints:
| Method Detail |
|---|
public java.lang.String getDBSecurityGroupName()
Constraints:
Constraints:
public void setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
Constraints:
dBSecurityGroupName - The name of the DB Security Group to delete. Constraints:
public DeleteDBSecurityGroupRequest withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName - The name of the DB Security Group to delete. Constraints:
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||