public class DeleteServerlessDBInstanceRequest extends AbstractModel
Constructor and Description |
---|
DeleteServerlessDBInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDBInstanceId()
Get Instance ID.
|
String |
getDBInstanceName()
Get Instance name.
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID.
|
void |
setDBInstanceName(String DBInstanceName)
Set Instance name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDBInstanceName()
public void setDBInstanceName(String DBInstanceName)
DBInstanceName
- Instance name. Either instance name or instance ID (or both) must be passed in. If both are passed in, the instance ID will prevail.public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID. Either instance name or instance ID (or both) must be passed in. If both are passed in, the instance ID will prevail.Copyright © 2021. All rights reserved.