Class UpdateAccessKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.UpdateAccessKeyRequest
-
public class UpdateAccessKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessKeyId()Get 指定需要更新的AccessKeyIdStringgetStatus()Get 密钥状态,激活(Active)或未激活(Inactive)LonggetTargetUin()Get 指定用户Uin,不填默认为当前用户更新访问密钥voidsetAccessKeyId(String AccessKeyId)Set 指定需要更新的AccessKeyIdvoidsetStatus(String Status)Set 密钥状态,激活(Active)或未激活(Inactive)voidsetTargetUin(Long TargetUin)Set 指定用户Uin,不填默认为当前用户更新访问密钥voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UpdateAccessKeyRequest
public UpdateAccessKeyRequest()
-
UpdateAccessKeyRequest
public 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.
-
-
Method Detail
-
getAccessKeyId
public String getAccessKeyId()
Get 指定需要更新的AccessKeyId- Returns:
- AccessKeyId 指定需要更新的AccessKeyId
-
setAccessKeyId
public void setAccessKeyId(String AccessKeyId)
Set 指定需要更新的AccessKeyId- Parameters:
AccessKeyId- 指定需要更新的AccessKeyId
-
getStatus
public String getStatus()
Get 密钥状态,激活(Active)或未激活(Inactive)- Returns:
- Status 密钥状态,激活(Active)或未激活(Inactive)
-
setStatus
public void setStatus(String Status)
Set 密钥状态,激活(Active)或未激活(Inactive)- Parameters:
Status- 密钥状态,激活(Active)或未激活(Inactive)
-
getTargetUin
public Long getTargetUin()
Get 指定用户Uin,不填默认为当前用户更新访问密钥- Returns:
- TargetUin 指定用户Uin,不填默认为当前用户更新访问密钥
-
setTargetUin
public void setTargetUin(Long TargetUin)
Set 指定用户Uin,不填默认为当前用户更新访问密钥- Parameters:
TargetUin- 指定用户Uin,不填默认为当前用户更新访问密钥
-
-