public class BindSecretIdsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindSecretIdsRequest() | 
| BindSecretIdsRequest(BindSecretIdsRequest 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 bound. | 
| String | getUsagePlanId()Get Unique ID of the usage plan to be bound. | 
| void | setAccessKeyIds(String[] AccessKeyIds)Set Array of IDs of the keys to be bound. | 
| void | setUsagePlanId(String UsagePlanId)Set Unique ID of the usage plan 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BindSecretIdsRequest()
public BindSecretIdsRequest(BindSecretIdsRequest source)
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId - Unique ID of the usage plan to be bound.public String[] getAccessKeyIds()
public void setAccessKeyIds(String[] AccessKeyIds)
AccessKeyIds - Array of IDs of the keys to be bound.Copyright © 2025. All rights reserved.