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 of the key to be changed.
|
String |
getAccessKeySecret()
Get Key to be updated, which is required when a custom key is updated.
|
void |
setAccessKeyId(String AccessKeyId)
Set ID of the key to be changed.
|
void |
setAccessKeySecret(String AccessKeySecret)
Set Key to be updated, which is required when a custom key is updated.
|
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 of the key to be changed.public String getAccessKeySecret()
public void setAccessKeySecret(String AccessKeySecret)
AccessKeySecret
- Key to be updated, which is required when a custom key is updated. It can contain 10–50 letters, digits, and underscores.Copyright © 2023. All rights reserved.