public class ModifyDBInstancesProjectRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyDBInstancesProjectRequest()  | 
ModifyDBInstancesProjectRequest(ModifyDBInstancesProjectRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyDBInstancesProjectRequest()
public ModifyDBInstancesProjectRequest(ModifyDBInstancesProjectRequest source)
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 © 2025. All rights reserved.