public class UpdateApiKeyRequest extends AbstractModel
Constructor and Description |
---|
UpdateApiKeyRequest() |
UpdateApiKeyRequest(UpdateApiKeyRequest 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 |
getAccessKeyId()
Get 待更换的密钥 ID。
|
String |
getAccessKeySecret()
Get 待更换的密钥 Key,更新自定义密钥时,该字段为必传。长度10 - 50字符,包括字母、数字、英文下划线。
|
void |
setAccessKeyId(String AccessKeyId)
Set 待更换的密钥 ID。
|
void |
setAccessKeySecret(String AccessKeySecret)
Set 待更换的密钥 Key,更新自定义密钥时,该字段为必传。长度10 - 50字符,包括字母、数字、英文下划线。
|
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 UpdateApiKeyRequest()
public UpdateApiKeyRequest(UpdateApiKeyRequest source)
public String getAccessKeyId()
public void setAccessKeyId(String AccessKeyId)
AccessKeyId
- 待更换的密钥 ID。public String getAccessKeySecret()
public void setAccessKeySecret(String AccessKeySecret)
AccessKeySecret
- 待更换的密钥 Key,更新自定义密钥时,该字段为必传。长度10 - 50字符,包括字母、数字、英文下划线。Copyright © 2021. All rights reserved.