public class RemoveBackupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RemoveBackupsRequest()  | 
RemoveBackupsRequest(RemoveBackupsRequest 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[] | 
getBackupNames()
Get Backup names to be deleted. 
 | 
String | 
getEndTime()
Get Deadline for batch deletion of manual backups. 
 | 
String | 
getInstanceId()
Get Instance ID. 
 | 
String | 
getStartTime()
Get Start time for batch deletion of manual backups. 
 | 
void | 
setBackupNames(String[] BackupNames)
Set Backup names to be deleted. 
 | 
void | 
setEndTime(String EndTime)
Set Deadline for batch deletion of manual backups. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID. 
 | 
void | 
setStartTime(String StartTime)
Set Start time for batch deletion of manual backups. 
 | 
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 RemoveBackupsRequest()
public RemoveBackupsRequest(RemoveBackupsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID. For example, mssql-j8kv137v.public String[] getBackupNames()
public void setBackupNames(String[] BackupNames)
BackupNames - Backup names to be deleted. Backup names can be obtained through the FileName field of the DescribeBackups API. The number of backups for batch deletion in a single request should not exceed 10. This field is required when the values of StartTime and EndTime are null.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time for batch deletion of manual backups. This field is required when the value of BackupNames is null.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Deadline for batch deletion of manual backups. This field is required when the value of BackupNames is null.Copyright © 2025. All rights reserved.