public class CancelKeyDeletionRequest extends AbstractModel
Constructor and Description |
---|
CancelKeyDeletionRequest() |
CancelKeyDeletionRequest(CancelKeyDeletionRequest 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 |
getKeyId()
Get Unique ID of the CMK for which to cancel schedule deletion
|
void |
setKeyId(String KeyId)
Set Unique ID of the CMK for which to cancel schedule deletion
|
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 CancelKeyDeletionRequest()
public CancelKeyDeletionRequest(CancelKeyDeletionRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Unique ID of the CMK for which to cancel schedule deletionCopyright © 2023. All rights reserved.