public class ManualBackupInstanceRequest extends AbstractModel
Constructor and Description |
---|
ManualBackupInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get ID of the instance to be operated on, which can be obtained through the `InstanceId` field in the return value of the DescribeInstance API.
|
String |
getRemark()
Get Backup remarks
|
void |
setInstanceId(String InstanceId)
Set ID of the instance to be operated on, which can be obtained through the `InstanceId` field in the return value of the DescribeInstance API.
|
void |
setRemark(String Remark)
Set Backup remarks
|
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
- ID of the instance to be operated on, which can be obtained through the `InstanceId` field in the return value of the DescribeInstance API.public String getRemark()
public void setRemark(String Remark)
Remark
- Backup remarksCopyright © 2020. All rights reserved.