public class UpdateSecretRequest extends AbstractModel
| Constructor and Description | 
|---|
| UpdateSecretRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSecretBinary()Get Use this field if the new Secret content is in binary format, and base64-encoded. | 
| String | getSecretName()Get Name of a Secret whose content is to be updated. | 
| String | getSecretString()Get Use this field if the new Secret content is in text format, and base64-encoding is not required. | 
| String | getVersionId()Get ID of the Secret version whose content is to be updated. | 
| void | setSecretBinary(String SecretBinary)Set Use this field if the new Secret content is in binary format, and base64-encoded. | 
| void | setSecretName(String SecretName)Set Name of a Secret whose content is to be updated. | 
| void | setSecretString(String SecretString)Set Use this field if the new Secret content is in text format, and base64-encoding is not required. | 
| void | setVersionId(String VersionId)Set ID of the Secret version whose content is to be updated. | 
| 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 content is to be updated.public String getVersionId()
public void setVersionId(String VersionId)
VersionId - ID of the Secret version whose content is to be updated.public String getSecretBinary()
public void setSecretBinary(String SecretBinary)
SecretBinary - Use this field if the new Secret content is in binary format, and base64-encoded. Either `SecretBinary` or `SecretString` is set.public String getSecretString()
public void setSecretString(String SecretString)
SecretString - Use this field if the new Secret content is in text format, and base64-encoding is not required. Either `SecretBinary` or `SecretString` is set.Copyright © 2020. All rights reserved.