public class UpdateDescriptionRequest extends AbstractModel
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 New description information, which can be up to 2048 bytes.
|
String |
getSecretName()
Get Name of a Secret whose description is to be updated.
|
void |
setDescription(String Description)
Set New description information, which can be up to 2048 bytes.
|
void |
setSecretName(String SecretName)
Set Name of a Secret whose description is to be updated.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateDescriptionRequest()
public UpdateDescriptionRequest(UpdateDescriptionRequest source)
public String getSecretName()
public void setSecretName(String SecretName)
SecretName
- Name of a Secret whose description is to be updated.public String getDescription()
public void setDescription(String Description)
Description
- New description information, which can be up to 2048 bytes.Copyright © 2023. All rights reserved.