public class UpdateAccessKeyRequest extends AbstractModel
skipSign
Constructor and Description |
---|
UpdateAccessKeyRequest() |
UpdateAccessKeyRequest(UpdateAccessKeyRequest 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 指定需要更新的AccessKeyId
|
String |
getStatus()
Get 密钥状态,激活(Active)或未激活(Inactive)
|
Long |
getTargetUin()
Get 指定用户Uin,不填默认为当前用户更新访问密钥
|
void |
setAccessKeyId(String AccessKeyId)
Set 指定需要更新的AccessKeyId
|
void |
setStatus(String Status)
Set 密钥状态,激活(Active)或未激活(Inactive)
|
void |
setTargetUin(Long TargetUin)
Set 指定用户Uin,不填默认为当前用户更新访问密钥
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateAccessKeyRequest()
public UpdateAccessKeyRequest(UpdateAccessKeyRequest source)
public String getAccessKeyId()
public void setAccessKeyId(String AccessKeyId)
AccessKeyId
- 指定需要更新的AccessKeyIdpublic String getStatus()
public void setStatus(String Status)
Status
- 密钥状态,激活(Active)或未激活(Inactive)public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- 指定用户Uin,不填默认为当前用户更新访问密钥Copyright © 2023. All rights reserved.