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