public class DeleteDBSubnetGroupRequest extends AmazonWebServiceRequest implements Serializable
DeleteDBSubnetGroup operation
.
Deletes a DB subnet group.
NOTE:The specified database subnet group must not be associated with any DB instances.
Constructor and Description |
---|
DeleteDBSubnetGroupRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.