public class PutSecretValueRequest extends AbstractModel
Constructor and Description |
---|
PutSecretValueRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.