public class DescribeSecretRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSecretRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSecretName()Get Name of a Secret whose detailed information is to be obtained. | 
| void | setSecretName(String SecretName)Set Name of a Secret whose detailed information is to be obtained. | 
| 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 a Secret whose detailed information is to be obtained.Copyright © 2021. All rights reserved.