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