public class DeleteDBSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDBSubnetGroup operation.
Deletes a DB subnet group.
NOTE:The specified database subnet group must not be associated with any DB instances.
NOOP| Constructor and Description |
|---|
DeleteDBSubnetGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDBSubnetGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDBSubnetGroupName()
The name of the database subnet group to delete.
|
int |
hashCode() |
void |
setDBSubnetGroupName(String dBSubnetGroupName)
The name of the database subnet group to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDBSubnetGroupRequest |
withDBSubnetGroupName(String dBSubnetGroupName)
The name of the database subnet 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 String getDBSubnetGroupName()
Constraints:
Constraints:
public void setDBSubnetGroupName(String dBSubnetGroupName)
Constraints:
dBSubnetGroupName - The name of the database subnet group to delete. Constraints:
public DeleteDBSubnetGroupRequest withDBSubnetGroupName(String dBSubnetGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupName - The name of the database subnet group to delete. Constraints:
public String toString()
toString in class ObjectObject.toString()public DeleteDBSubnetGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.