public class AssignProjectRequest extends AbstractModel
header, skipSign
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 Instance ID list.
|
Long |
getProjectId()
Get Unique ID of an existing project (instead of a new project).
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID list.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssignProjectRequest()
public AssignProjectRequest(AssignProjectRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID list. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/MongoDB) and copy the instance ID from the instance list.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Unique ID of an existing project (instead of a new project).Copyright © 2025. All rights reserved.