public class DeleteSecretRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteSecretRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getRecoveryWindowInDays()Get Scheduled deletion time, in days. | 
| String | getSecretName()Get Name of the Secret to be deleted. | 
| void | setRecoveryWindowInDays(Long RecoveryWindowInDays)Set Scheduled deletion time, in days. | 
| void | setSecretName(String SecretName)Set Name of the Secret to be deleted. | 
| 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 getSecretName()
public void setSecretName(String SecretName)
SecretName - Name of the Secret to be deleted.public Long getRecoveryWindowInDays()
public void setRecoveryWindowInDays(Long RecoveryWindowInDays)
RecoveryWindowInDays - Scheduled deletion time, in days. If set to 0, the Secret is deleted immediately. A number in the range of 1 to 30 indicates the number of retention days. The Secret will be deleted after the set value.Copyright © 2021. All rights reserved.