public class ModifyProxiesProjectRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyProxiesProjectRequest() | 
| ModifyProxiesProjectRequest(ModifyProxiesProjectRequest 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 | getClientToken()Get A unique string supplied by the client to ensure that the request is idempotent. | 
| String[] | getInstanceIds()Get ID of one or multiple connections to be operated; It’s an old parameter, please switch to ProxyIds. | 
| Long | getProjectId()Get The target project ID. | 
| String[] | getProxyIds()Get ID of one or multiple connections to be operated; It’s a new parameter. | 
| void | setClientToken(String ClientToken)Set A unique string supplied by the client to ensure that the request is idempotent. | 
| void | setInstanceIds(String[] InstanceIds)Set ID of one or multiple connections to be operated; It’s an old parameter, please switch to ProxyIds. | 
| void | setProjectId(Long ProjectId)Set The target project ID. | 
| void | setProxyIds(String[] ProxyIds)Set ID of one or multiple connections to be operated; It’s a new parameter. | 
| 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, toJsonStringpublic ModifyProxiesProjectRequest()
public ModifyProxiesProjectRequest(ModifyProxiesProjectRequest source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - The target project ID.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - ID of one or multiple connections to be operated; It’s an old parameter, please switch to ProxyIds.public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken - A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idem-potency of the request cannot be guaranteed.
For more information, please see How to Ensure Idempotence.public String[] getProxyIds()
public void setProxyIds(String[] ProxyIds)
ProxyIds - ID of one or multiple connections to be operated; It’s a new parameter.Copyright © 2022. All rights reserved.