public class ModifyDBEncryptAttributesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDBEncryptAttributesRequest() |
ModifyDBEncryptAttributesRequest(ModifyDBEncryptAttributesRequest 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 |
---|---|
DBTDEEncrypt[] |
getDBTDEEncrypt()
Get A parameter used to enable or disable TDE of the database
|
String |
getInstanceId()
Get Instance ID
|
void |
setDBTDEEncrypt(DBTDEEncrypt[] DBTDEEncrypt)
Set A parameter used to enable or disable TDE of the database
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDBEncryptAttributesRequest()
public ModifyDBEncryptAttributesRequest(ModifyDBEncryptAttributesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic DBTDEEncrypt[] getDBTDEEncrypt()
public void setDBTDEEncrypt(DBTDEEncrypt[] DBTDEEncrypt)
DBTDEEncrypt
- A parameter used to enable or disable TDE of the databaseCopyright © 2024. All rights reserved.