public class ScheduleKeyDeletionRequest extends AbstractModel
| Constructor and Description |
|---|
ScheduleKeyDeletionRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
Get CMK的唯一标志
|
Long |
getPendingWindowInDays()
Get 计划删除时间区间[7,30]
|
void |
setKeyId(String KeyId)
Set CMK的唯一标志
|
void |
setPendingWindowInDays(Long PendingWindowInDays)
Set 计划删除时间区间[7,30]
|
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, toJsonStringpublic String getKeyId()
public void setKeyId(String KeyId)
KeyId - CMK的唯一标志public Long getPendingWindowInDays()
public void setPendingWindowInDays(Long PendingWindowInDays)
PendingWindowInDays - 计划删除时间区间[7,30]Copyright © 2020. All rights reserved.