public class ScheduleDataKeyDeletionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ScheduleDataKeyDeletionRequest()  | 
ScheduleDataKeyDeletionRequest(ScheduleDataKeyDeletionRequest 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 | 
getDataKeyId()
Get Unique id of a data key. 
 | 
Long | 
getPendingWindowInDays()
Get Schedule deletion time range: [7,30]. 
 | 
void | 
setDataKeyId(String DataKeyId)
Set Unique id of a data key. 
 | 
void | 
setPendingWindowInDays(Long PendingWindowInDays)
Set Schedule deletion time range: [7,30]. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScheduleDataKeyDeletionRequest()
public ScheduleDataKeyDeletionRequest(ScheduleDataKeyDeletionRequest source)
public String getDataKeyId()
public void setDataKeyId(String DataKeyId)
DataKeyId - Unique id of a data key.public Long getPendingWindowInDays()
public void setPendingWindowInDays(Long PendingWindowInDays)
PendingWindowInDays - Schedule deletion time range: [7,30].Copyright © 2025. All rights reserved.