public class DeleteDBSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable
DeleteDBSecurityGroup operation.
Deletes a DB security group.
NOTE:The specified DB security group must not be associated with any DB instances.
NOOP| Constructor and Description |
|---|
DeleteDBSecurityGroupRequest()
Default constructor for a new DeleteDBSecurityGroupRequest object.
|
DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
Constructs a new DeleteDBSecurityGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DeleteDBSecurityGroupRequest()
public DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
dBSecurityGroupName - The name of the DB security group to
delete. Constraints:
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 ObjectObject.toString()Copyright © 2014. All rights reserved.