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.
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.