public class UnBindEnvironmentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UnBindEnvironmentRequest() |
UnBindEnvironmentRequest(UnBindEnvironmentRequest 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 Service environment to be unbound.
|
String |
getServiceId()
Get Unique ID of the service to be unbound.
|
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 Service environment to be unbound.
|
void |
setServiceId(String ServiceId)
Set Unique ID of the service to be unbound.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UnBindEnvironmentRequest()
public UnBindEnvironmentRequest(UnBindEnvironmentRequest source)
public String getBindType()
public void setBindType(String BindType)
BindType
- Binding type. Valid values: API, SERVICE. Default value: SERVICE.public String[] getUsagePlanIds()
public void setUsagePlanIds(String[] UsagePlanIds)
UsagePlanIds
- List of unique IDs of the usage plans to be bound.public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Service environment to be unbound.public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique ID of the service to be unbound.public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds
- Unique API ID array, which is required if `BindType` is `API`.Copyright © 2024. All rights reserved.