public class DeleteDBSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
|---|---|
DeleteDBSecurityGroupRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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()public DeleteDBSecurityGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.