public class RestoreInstanceRequest extends AbstractModel
Constructor and Description |
---|
RestoreInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getBackupId()
Get Backup file ID, which can be obtained through the `Id` field in the returned value of the `DescribeBackups` API
|
String |
getInstanceId()
Get Instance ID in the format of mssql-j8kv137v
|
void |
setBackupId(Long BackupId)
Set Backup file ID, which can be obtained through the `Id` field in the returned value of the `DescribeBackups` API
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of mssql-j8kv137v
|
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 mssql-j8kv137vpublic Long getBackupId()
public void setBackupId(Long BackupId)
BackupId
- Backup file ID, which can be obtained through the `Id` field in the returned value of the `DescribeBackups` APICopyright © 2020. All rights reserved.