public class BindSecretIdsRequest extends AbstractModel
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 待绑定的密钥 ID 数组。
|
String |
getUsagePlanId()
Get 待绑定的使用计划唯一 ID。
|
void |
setAccessKeyIds(String[] AccessKeyIds)
Set 待绑定的密钥 ID 数组。
|
void |
setUsagePlanId(String UsagePlanId)
Set 待绑定的使用计划唯一 ID。
|
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, toJsonString
public BindSecretIdsRequest()
public BindSecretIdsRequest(BindSecretIdsRequest source)
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId
- 待绑定的使用计划唯一 ID。public String[] getAccessKeyIds()
public void setAccessKeyIds(String[] AccessKeyIds)
AccessKeyIds
- 待绑定的密钥 ID 数组。Copyright © 2021. All rights reserved.