Class UpdateKeyDescriptionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionRequest
-
public class UpdateKeyDescriptionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateKeyDescriptionRequest()UpdateKeyDescriptionRequest(UpdateKeyDescriptionRequest 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 StringgetDescription()Get 新的描述信息,最大支持1024字节StringgetKeyId()Get 需要修改描述信息的CMK IDvoidsetDescription(String Description)Set 新的描述信息,最大支持1024字节voidsetKeyId(String KeyId)Set 需要修改描述信息的CMK IDvoidtoMap(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
-
UpdateKeyDescriptionRequest
public UpdateKeyDescriptionRequest()
-
UpdateKeyDescriptionRequest
public UpdateKeyDescriptionRequest(UpdateKeyDescriptionRequest 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
-
getDescription
public String getDescription()
Get 新的描述信息,最大支持1024字节- Returns:
- Description 新的描述信息,最大支持1024字节
-
setDescription
public void setDescription(String Description)
Set 新的描述信息,最大支持1024字节- Parameters:
Description- 新的描述信息,最大支持1024字节
-
getKeyId
public String getKeyId()
Get 需要修改描述信息的CMK ID- Returns:
- KeyId 需要修改描述信息的CMK ID
-
setKeyId
public void setKeyId(String KeyId)
Set 需要修改描述信息的CMK ID- Parameters:
KeyId- 需要修改描述信息的CMK ID
-
-