public class ScheduleKeyDeletionRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2024. All rights reserved.