public class ModifyDBInstanceNameRequest extends AbstractModel
Constructor and Description |
---|
ModifyDBInstanceNameRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get ID of instance to be modified, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.
|
String |
getInstanceName()
Get New name of instance, which can contain letters, digits, underscores, and hyphens.
|
void |
setInstanceId(String InstanceId)
Set ID of instance to be modified, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.
|
void |
setInstanceName(String InstanceName)
Set New name of instance, which can contain letters, digits, underscores, and hyphens.
|
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 getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of instance to be modified, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- New name of instance, which can contain letters, digits, underscores, and hyphens.Copyright © 2020. All rights reserved.