public class DeleteSecretRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteSecretRequest() | 
| DeleteSecretRequest(DeleteSecretRequest 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 | 
|---|---|
| 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 DeleteSecretRequest()
public DeleteSecretRequest(DeleteSecretRequest source)
public 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.