public class ModifyProxiesAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyProxiesAttributeRequest() |
ModifyProxiesAttributeRequest(ModifyProxiesAttributeRequest 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 string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
String[] |
getInstanceIds()
Get ID of one or multiple connections to be operated; It's an old parameter, please switch to ProxyIds.
|
String[] |
getProxyIds()
Get ID of one or multiple connections to be operated; It's a new parameter.
|
String |
getProxyName()
Get Connection name.
|
void |
setClientToken(String ClientToken)
Set A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
void |
setInstanceIds(String[] InstanceIds)
Set ID of one or multiple connections to be operated; It's an old parameter, please switch to ProxyIds.
|
void |
setProxyIds(String[] ProxyIds)
Set ID of one or multiple connections to be operated; It's a new parameter.
|
void |
setProxyName(String ProxyName)
Set Connection name.
|
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 ModifyProxiesAttributeRequest()
public ModifyProxiesAttributeRequest(ModifyProxiesAttributeRequest source)
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 getProxyName()
public void setProxyName(String ProxyName)
ProxyName
- Connection name. Up to 30 characters.public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request. The maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency 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 © 2023. All rights reserved.