public class ModifyBackupEncryptionStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyBackupEncryptionStatusRequest()  | 
ModifyBackupEncryptionStatusRequest(ModifyBackupEncryptionStatusRequest 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 | 
getEncryptionStatus()
Get Default encryption status for the new auto-generated physical backup files. 
 | 
String | 
getInstanceId()
Get Instance ID in the format of cdb-XXXX, which is the same as that displayed in the TencentDB console. 
 | 
void | 
setEncryptionStatus(String EncryptionStatus)
Set Default encryption status for the new auto-generated physical backup files. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-XXXX, which is the same as that displayed in the TencentDB console. 
 | 
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 ModifyBackupEncryptionStatusRequest()
public ModifyBackupEncryptionStatusRequest(ModifyBackupEncryptionStatusRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of cdb-XXXX, which is the same as that displayed in the TencentDB console.public String getEncryptionStatus()
public void setEncryptionStatus(String EncryptionStatus)
EncryptionStatus - Default encryption status for the new auto-generated physical backup files. Valid values: `on`, `off`.Copyright © 2025. All rights reserved.