public class UpdateDataKeyDescriptionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDataKeyDescriptionRequest() | 
| UpdateDataKeyDescriptionRequest(UpdateDataKeyDescriptionRequest 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 | getDataKeyId()Get 数据密钥的唯一标志符 | 
| String | getDescription()Get 数据密钥 的描述,最大100字节 | 
| void | setDataKeyId(String DataKeyId)Set 数据密钥的唯一标志符 | 
| void | setDescription(String Description)Set 数据密钥 的描述,最大100字节 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateDataKeyDescriptionRequest()
public UpdateDataKeyDescriptionRequest(UpdateDataKeyDescriptionRequest source)
public String getDataKeyId()
public void setDataKeyId(String DataKeyId)
DataKeyId - 数据密钥的唯一标志符public String getDescription()
public void setDescription(String Description)
Description - 数据密钥 的描述,最大100字节Copyright © 2025. All rights reserved.