public class ModifyDBInstancesProjectRequest extends AbstractModel
Constructor and Description |
---|
ModifyDBInstancesProjectRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getInstanceIds()
Get List of IDs of instances to be modified.
|
Long |
getProjectId()
Get ID of the project to be assigned, which can be obtained through the `DescribeProjects` API.
|
void |
setInstanceIds(String[] InstanceIds)
Set List of IDs of instances to be modified.
|
void |
setProjectId(Long ProjectId)
Set ID of the project to be assigned, which can be obtained through the `DescribeProjects` API.
|
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[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of IDs of instances to be modified. The ID is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- ID of the project to be assigned, which can be obtained through the `DescribeProjects` API.Copyright © 2020. All rights reserved.