public class UpdateKeyDescriptionRequest extends AbstractModel
Constructor and Description |
---|
UpdateKeyDescriptionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get
|
String |
getKeyId()
Get ID of the CMK for which to modify the description
|
void |
setDescription(String Description)
Set
|
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 String getDescription()
public void setDescription(String Description)
Description
- public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- ID of the CMK for which to modify the descriptionCopyright © 2020. All rights reserved.