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 |
---|---|
Long |
getEncryptEnabled()
Get 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。
|
String |
getInstanceId()
Get 实例Id,形如:tdsql-ow728lmc。
|
void |
setEncryptEnabled(Long EncryptEnabled)
Set 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。
|
void |
setInstanceId(String InstanceId)
Set 实例Id,形如:tdsql-ow728lmc。
|
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
- 实例Id,形如:tdsql-ow728lmc。public Long getEncryptEnabled()
public void setEncryptEnabled(Long EncryptEnabled)
EncryptEnabled
- 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。Copyright © 2024. All rights reserved.