public class EncryptionKey extends AbstractModel
Constructor and Description |
---|
EncryptionKey() |
EncryptionKey(EncryptionKey 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 |
getCreateTime()
Get DEK key creation time
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getDEKCipherTextBlob()
Get Instance DEK ciphertext
Note: This field may return `null`, indicating that no valid value can be obtained.
|
Long |
getIsEnabled()
Get Whether the key is enabled.
|
String |
getKeyAlias()
Get Encryption key alias of KMS instance
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getKeyId()
Get Encrypted KeyId of KMS instance
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getKeyRegion()
Get Region where KMS key resides
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setCreateTime(String CreateTime)
Set DEK key creation time
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setDEKCipherTextBlob(String DEKCipherTextBlob)
Set Instance DEK ciphertext
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setIsEnabled(Long IsEnabled)
Set Whether the key is enabled.
|
void |
setKeyAlias(String KeyAlias)
Set Encryption key alias of KMS instance
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setKeyId(String KeyId)
Set Encrypted KeyId of KMS instance
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setKeyRegion(String KeyRegion)
Set Region where KMS key resides
Note: This field may return `null`, indicating that no valid value can 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, toJsonString
public EncryptionKey()
public EncryptionKey(EncryptionKey source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Encrypted KeyId of KMS instance
Note: This field may return `null`, indicating that no valid value can be obtained.public String getKeyAlias()
public void setKeyAlias(String KeyAlias)
KeyAlias
- Encryption key alias of KMS instance
Note: This field may return `null`, indicating that no valid value can be obtained.public String getDEKCipherTextBlob()
public void setDEKCipherTextBlob(String DEKCipherTextBlob)
DEKCipherTextBlob
- Instance DEK ciphertext
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getIsEnabled()
public void setIsEnabled(Long IsEnabled)
IsEnabled
- Whether the key is enabled. Valid values: `1` (yes), `0` (no)
Note: This field may return `null`, indicating that no valid value can be obtained.public String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion
- Region where KMS key resides
Note: This field may return `null`, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- DEK key creation time
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.