public class UpdateDescriptionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDescriptionRequest() | 
| UpdateDescriptionRequest(UpdateDescriptionRequest 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 新的描述信息,最大长度2048个字节。 | 
| String | getSecretName()Get 指定需要更新描述信息的凭据名。 | 
| void | setDescription(String Description)Set 新的描述信息,最大长度2048个字节。 | 
| void | setSecretName(String SecretName)Set 指定需要更新描述信息的凭据名。 | 
| 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 UpdateDescriptionRequest()
public UpdateDescriptionRequest(UpdateDescriptionRequest source)
public String getSecretName()
public void setSecretName(String SecretName)
SecretName - 指定需要更新描述信息的凭据名。public String getDescription()
public void setDescription(String Description)
Description - 新的描述信息,最大长度2048个字节。Copyright © 2025. All rights reserved.