public class CreateBackupDownloadTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateBackupDownloadTaskRequest() |
CreateBackupDownloadTaskRequest(CreateBackupDownloadTaskRequest 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 |
getBackupName()
Get The name of the backup file to be downloaded, which can be obtained by the `DescribeDBBackups` API
|
ReplicaSetInfo[] |
getBackupSets()
Get The list of shards with backups to be downloaded
|
String |
getInstanceId()
Get Instance ID in the format of "cmgo-p8vnipr5", which is the same as the instance ID displayed in the TencentDB console
|
void |
setBackupName(String BackupName)
Set The name of the backup file to be downloaded, which can be obtained by the `DescribeDBBackups` API
|
void |
setBackupSets(ReplicaSetInfo[] BackupSets)
Set The list of shards with backups to be downloaded
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of "cmgo-p8vnipr5", which is the same as the instance ID displayed in the TencentDB console
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateBackupDownloadTaskRequest()
public CreateBackupDownloadTaskRequest(CreateBackupDownloadTaskRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of "cmgo-p8vnipr5", which is the same as the instance ID displayed in the TencentDB consolepublic String getBackupName()
public void setBackupName(String BackupName)
BackupName
- The name of the backup file to be downloaded, which can be obtained by the `DescribeDBBackups` APIpublic ReplicaSetInfo[] getBackupSets()
public void setBackupSets(ReplicaSetInfo[] BackupSets)
BackupSets
- The list of shards with backups to be downloadedCopyright © 2021. All rights reserved.