public class BindEnvironmentRequest extends AbstractModel
| Constructor and Description | 
|---|
BindEnvironmentRequest()  | 
BindEnvironmentRequest(BindEnvironmentRequest 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 Unique API ID array, which is required if `bindType` is `API`. 
 | 
String | 
getBindType()
Get Binding type. 
 | 
String | 
getEnvironment()
Get Environment to be bound. 
 | 
String | 
getServiceId()
Get Unique ID of the service to be bound. 
 | 
String[] | 
getUsagePlanIds()
Get List of unique IDs of the usage plans to be bound. 
 | 
void | 
setApiIds(String[] ApiIds)
Set Unique API ID array, which is required if `bindType` is `API`. 
 | 
void | 
setBindType(String BindType)
Set Binding type. 
 | 
void | 
setEnvironment(String Environment)
Set Environment to be bound. 
 | 
void | 
setServiceId(String ServiceId)
Set Unique ID of the service to be bound. 
 | 
void | 
setUsagePlanIds(String[] UsagePlanIds)
Set List of unique IDs of the usage plans to be bound. 
 | 
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 BindEnvironmentRequest()
public BindEnvironmentRequest(BindEnvironmentRequest source)
public String[] getUsagePlanIds()
public void setUsagePlanIds(String[] UsagePlanIds)
UsagePlanIds - List of unique IDs of the usage plans to be bound.public String getBindType()
public void setBindType(String BindType)
BindType - Binding type. Valid values: API, SERVICE. Default value: SERVICE.public String getEnvironment()
public void setEnvironment(String Environment)
Environment - Environment to be bound.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId - Unique ID of the service to be bound.public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - Unique API ID array, which is required if `bindType` is `API`.Copyright © 2021. All rights reserved.