public class DeleteDBSubnetGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteDBSubnetGroup operation.
Deletes a DB subnet group.
NOTE:The specified database subnet group must not be associated with any DB instances.
| コンストラクタと説明 |
|---|
DeleteDBSubnetGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBSubnetGroupName()
The name of the database subnet group to delete.
|
int |
hashCode() |
void |
setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the database subnet group to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDBSubnetGroupRequest |
withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the database subnet group to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getDBSubnetGroupName()
Constraints:
Constraints:
public void setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Constraints:
dBSubnetGroupName - The name of the database subnet group to delete. Constraints:
public DeleteDBSubnetGroupRequest withDBSubnetGroupName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object