public class DescribeBackupDecryptionKeyRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeBackupDecryptionKeyRequest() |
DescribeBackupDecryptionKeyRequest(DescribeBackupDecryptionKeyRequest 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 |
getBackupId()
Get 实例的备份ID,可通过DescribeBackups接口查询备份的ID。
|
String |
getInstanceId()
Get 实例ID,格式如:cdb-XXXX。与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setBackupId(Long BackupId)
Set 实例的备份ID,可通过DescribeBackups接口查询备份的ID。
|
void |
setInstanceId(String InstanceId)
Set 实例ID,格式如:cdb-XXXX。与云数据库控制台页面中显示的实例 ID 相同。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBackupDecryptionKeyRequest()
public DescribeBackupDecryptionKeyRequest(DescribeBackupDecryptionKeyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,格式如:cdb-XXXX。与云数据库控制台页面中显示的实例 ID 相同。public Long getBackupId()
public void setBackupId(Long BackupId)
BackupId
- 实例的备份ID,可通过DescribeBackups接口查询备份的ID。Copyright © 2023. All rights reserved.