public class UnBindSecretIdsRequest extends AbstractModel
| Constructor and Description | 
|---|
| UnBindSecretIdsRequest() | 
| UnBindSecretIdsRequest(UnBindSecretIdsRequest 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[] | getAccessKeyIds()Get Array of IDs of the keys to be unbound. | 
| String | getUsagePlanId()Get Unique ID of the usage plan to be unbound. | 
| void | setAccessKeyIds(String[] AccessKeyIds)Set Array of IDs of the keys to be unbound. | 
| void | setUsagePlanId(String UsagePlanId)Set Unique ID of the usage plan to be unbound. | 
| 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 UnBindSecretIdsRequest()
public UnBindSecretIdsRequest(UnBindSecretIdsRequest source)
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId - Unique ID of the usage plan to be unbound.public String[] getAccessKeyIds()
public void setAccessKeyIds(String[] AccessKeyIds)
AccessKeyIds - Array of IDs of the keys to be unbound.Copyright © 2021. All rights reserved.