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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DeleteDBSubnetGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.