|
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 FormConstructor Summary | |
---|---|
DeleteDBSecurityGroupRequest()
Default constructor for a new DeleteDBSecurityGroupRequest object. |
|
DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
Constructs a new DeleteDBSecurityGroupRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBSecurityGroupName()
The name of the DB Security Group to delete. |
int |
hashCode()
|
void |
setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB Security Group to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDBSecurityGroupRequest |
withDBSecurityGroupName(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(String dBSecurityGroupName)
dBSecurityGroupName
- The name of the DB Security Group to
delete. Constraints:
Method Detail |
---|
public String getDBSecurityGroupName()
Constraints:
Constraints:
public void setDBSecurityGroupName(String dBSecurityGroupName)
Constraints:
dBSecurityGroupName
- The name of the DB Security Group to delete. Constraints:
public DeleteDBSecurityGroupRequest withDBSecurityGroupName(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |