@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDBSecurityGroupRequest()
Default constructor for DeleteDBSecurityGroupRequest object.
|
DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
Constructs a new DeleteDBSecurityGroupRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDBSecurityGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteDBSecurityGroupRequest()
public DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
dBSecurityGroupName - The name of the DB security group to delete. You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
public void setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to delete.
You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
dBSecurityGroupName - The name of the DB security group to delete. You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
public String getDBSecurityGroupName()
The name of the DB security group to delete.
You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
public DeleteDBSecurityGroupRequest withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to delete.
You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
dBSecurityGroupName - The name of the DB security group to delete. You cannot delete the default DB security group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Must not be "Default"
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.