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 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, toJsonStringpublic ScheduleKeyDeletionRequest()
public ScheduleKeyDeletionRequest(ScheduleKeyDeletionRequest source)
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 © 2022. All rights reserved.