public class DescribeDBEncryptAttributesResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeDBEncryptAttributesResponse() |
DescribeDBEncryptAttributesResponse(DescribeDBEncryptAttributesResponse 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 |
getCipherText()
Get DEK密钥
|
Long |
getEncryptStatus()
Get 是否启用加密,1-已开启;0-未开启。
|
String |
getExpireDate()
Get DEK密钥过期日期。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCipherText(String CipherText)
Set DEK密钥
|
void |
setEncryptStatus(Long EncryptStatus)
Set 是否启用加密,1-已开启;0-未开启。
|
void |
setExpireDate(String ExpireDate)
Set DEK密钥过期日期。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDBEncryptAttributesResponse()
public DescribeDBEncryptAttributesResponse(DescribeDBEncryptAttributesResponse source)
public Long getEncryptStatus()
public void setEncryptStatus(Long EncryptStatus)
EncryptStatus
- 是否启用加密,1-已开启;0-未开启。public String getCipherText()
public void setCipherText(String CipherText)
CipherText
- DEK密钥public String getExpireDate()
public void setExpireDate(String ExpireDate)
ExpireDate
- DEK密钥过期日期。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.