public class DescribeBackupAccessRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupAccessRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBackupName()
Get Name of the backup file for which to get the download permission
|
String |
getInstanceId()
Get Instance ID in the format of cmgo-p8vnipr5.
|
void |
setBackupName(String BackupName)
Set Name of the backup file for which to get the download permission
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cmgo-p8vnipr5.
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed on the TencentDB Console pagepublic String getBackupName()
public void setBackupName(String BackupName)
BackupName
- Name of the backup file for which to get the download permissionCopyright © 2020. All rights reserved.