public class UpdateKeyDescriptionRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get 新的描述信息,最大支持1024字节 | 
| String | getKeyId()Get 需要修改描述信息的CMK ID | 
| void | setDescription(String Description)Set 新的描述信息,最大支持1024字节 | 
| void | setKeyId(String KeyId)Set 需要修改描述信息的CMK ID | 
| 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 UpdateKeyDescriptionRequest()
public UpdateKeyDescriptionRequest(UpdateKeyDescriptionRequest source)
public String getDescription()
public void setDescription(String Description)
Description - 新的描述信息,最大支持1024字节public String getKeyId()
public void setKeyId(String KeyId)
KeyId - 需要修改描述信息的CMK IDCopyright © 2025. All rights reserved.