public class UpdateKeyDescriptionRequest extends AbstractModel
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 New description of up to 1,024 bytes in length
|
String |
getKeyId()
Get ID of the CMK for which to modify the description
|
void |
setDescription(String Description)
Set New description of up to 1,024 bytes in length
|
void |
setKeyId(String KeyId)
Set ID of the CMK for which to modify the description
|
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 UpdateKeyDescriptionRequest()
public UpdateKeyDescriptionRequest(UpdateKeyDescriptionRequest source)
public String getDescription()
public void setDescription(String Description)
Description
- New description of up to 1,024 bytes in lengthpublic String getKeyId()
public void setKeyId(String KeyId)
KeyId
- ID of the CMK for which to modify the descriptionCopyright © 2023. All rights reserved.