public class AttachPluginRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AttachPluginRequest() | 
| AttachPluginRequest(AttachPluginRequest 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[] | getApiIds()Get List of APIs to be bound. | 
| String | getEnvironmentName()Get Environment for operating the API. | 
| String | getPluginId()Get ID of the bound API gateway plugin. | 
| String | getServiceId()Get ID of the service to be operated. | 
| void | setApiIds(String[] ApiIds)Set List of APIs to be bound. | 
| void | setEnvironmentName(String EnvironmentName)Set Environment for operating the API. | 
| void | setPluginId(String PluginId)Set ID of the bound API gateway plugin. | 
| void | setServiceId(String ServiceId)Set ID of the service to be operated. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AttachPluginRequest()
public AttachPluginRequest(AttachPluginRequest source)
public String getPluginId()
public void setPluginId(String PluginId)
PluginId - ID of the bound API gateway plugin.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - ID of the service to be operated.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Environment for operating the API.public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - List of APIs to be bound.Copyright © 2025. All rights reserved.