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 Whether to enable the data encryption (Once enabled, it can’t be disabled). 
 | 
String | 
getInstanceId()
Get Instance ID in the format of `tdsqlshard-ow728lmc` 
 | 
void | 
setEncryptEnabled(Long EncryptEnabled)
Set Whether to enable the data encryption (Once enabled, it can’t be disabled). 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID in the format of `tdsqlshard-ow728lmc` 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyDBEncryptAttributesRequest()
public ModifyDBEncryptAttributesRequest(ModifyDBEncryptAttributesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of `tdsqlshard-ow728lmc`public Long getEncryptEnabled()
public void setEncryptEnabled(Long EncryptEnabled)
EncryptEnabled - Whether to enable the data encryption (Once enabled, it can’t be disabled). Valid values: `1` (Yes), `0` (No. Default).Copyright © 2025. All rights reserved.