public class ModifyBackupNameRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyBackupNameRequest() |
ModifyBackupNameRequest(ModifyBackupNameRequest 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 The backup ID can be obtained through the [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) API.
|
String |
getBackupName()
Get Modified backup name.
|
String |
getGroupId()
Get Backup task group ID, which can be obtained through the [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) API in single-database backup file mode.
|
String |
getInstanceId()
Get Instance ID, in the format of mssql-3l3fgqn7.
|
void |
setBackupId(Long BackupId)
Set The backup ID can be obtained through the [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) API.
|
void |
setBackupName(String BackupName)
Set Modified backup name.
|
void |
setGroupId(String GroupId)
Set Backup task group ID, which can be obtained through the [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) API in single-database backup file mode.
|
void |
setInstanceId(String InstanceId)
Set Instance ID, in the format of mssql-3l3fgqn7.
|
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, toJsonString
public ModifyBackupNameRequest()
public ModifyBackupNameRequest(ModifyBackupNameRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID, in the format of mssql-3l3fgqn7.public String getBackupName()
public void setBackupName(String BackupName)
BackupName
- Modified backup name.public Long getBackupId()
public void setBackupId(Long BackupId)
BackupId
- The backup ID can be obtained through the [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) API. When the value of GroupId is null, BackupId is required.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Backup task group ID, which can be obtained through the [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) API in single-database backup file mode. BackupId and GroupId exist simultaneously, and are modified according to BackupId.Copyright © 2025. All rights reserved.