public class PutSecretValueRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PutSecretValueRequest() | 
| PutSecretValueRequest(PutSecretValueRequest 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 | getSecretBinary()Get 二进制凭据信息,使用base64编码。
SecretBinary 和 SecretString 必须且只能设置一个。 | 
| String | getSecretName()Get 指定需要增加版本的凭据名称。 | 
| String | getSecretString()Get 文本类型凭据信息明文(不需要进行base64编码),SecretBinary 和 SecretString 必须且只能设置一个。 | 
| String | getVersionId()Get 指定新增加的版本号,最长64 字节,使用字母、数字或者 - _ . | 
| void | setSecretBinary(String SecretBinary)Set 二进制凭据信息,使用base64编码。
SecretBinary 和 SecretString 必须且只能设置一个。 | 
| void | setSecretName(String SecretName)Set 指定需要增加版本的凭据名称。 | 
| void | setSecretString(String SecretString)Set 文本类型凭据信息明文(不需要进行base64编码),SecretBinary 和 SecretString 必须且只能设置一个。 | 
| void | setVersionId(String VersionId)Set 指定新增加的版本号,最长64 字节,使用字母、数字或者 - _ . | 
| 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 PutSecretValueRequest()
public PutSecretValueRequest(PutSecretValueRequest source)
public String getSecretName()
public void setSecretName(String SecretName)
SecretName - 指定需要增加版本的凭据名称。public String getVersionId()
public void setVersionId(String VersionId)
VersionId - 指定新增加的版本号,最长64 字节,使用字母、数字或者 - _ . 的组合并且以字母或数字开头。public String getSecretBinary()
public void setSecretBinary(String SecretBinary)
SecretBinary - 二进制凭据信息,使用base64编码。
SecretBinary 和 SecretString 必须且只能设置一个。public String getSecretString()
public void setSecretString(String SecretString)
SecretString - 文本类型凭据信息明文(不需要进行base64编码),SecretBinary 和 SecretString 必须且只能设置一个。Copyright © 2025. All rights reserved.