public class ScheduleKeyDeletionRequest extends AbstractModel
Constructor and Description |
---|
ScheduleKeyDeletionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyId()
Get Unique CMK ID
|
Long |
getPendingWindowInDays()
Get Schedule deletion time range.
|
void |
setKeyId(String KeyId)
Set Unique CMK ID
|
void |
setPendingWindowInDays(Long PendingWindowInDays)
Set Schedule deletion time range.
|
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 getKeyId()
public void setKeyId(String KeyId)
KeyId
- Unique CMK IDpublic Long getPendingWindowInDays()
public void setPendingWindowInDays(Long PendingWindowInDays)
PendingWindowInDays
- Schedule deletion time range. Value range: [7,30]Copyright © 2020. All rights reserved.