public class AssignProjectRequest extends AbstractModel
Constructor and Description |
---|
AssignProjectRequest() |
AssignProjectRequest(AssignProjectRequest 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 instance IDs in the format of cmgo-p8vnipr5.
|
Long |
getProjectId()
Get Unique ID of an existing project (instead of a new project).
|
void |
setInstanceIds(String[] InstanceIds)
Set List of instance IDs in the format of cmgo-p8vnipr5.
|
void |
setProjectId(Long ProjectId)
Set Unique ID of an existing project (instead of a new project).
|
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 AssignProjectRequest()
public AssignProjectRequest(AssignProjectRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of instance IDs in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed on the TencentDB Console pagepublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Unique ID of an existing project (instead of a new project).Copyright © 2023. All rights reserved.