public class ModifyDBInstancesProjectRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDBInstancesProjectRequest()
public ModifyDBInstancesProjectRequest(ModifyDBInstancesProjectRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of IDs of instances to be modified. Instance ID is in the format of dcdbt-ow728lmc.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 © 2021. All rights reserved.