public class UnBindSecretIdsRequest extends AbstractModel
Constructor and Description |
---|
UnBindSecretIdsRequest() |
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, toJsonString
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 © 2020. All rights reserved.