public class CreateBackupManuallyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBackupManuallyRequest() |
CreateBackupManuallyRequest(CreateBackupManuallyRequest 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 |
getInstanceId()
Get 待操作的实例 ID,可通过 DescribeInstance接口返回值中的 InstanceId 获取。
|
String |
getRemark()
Get 本次备份的备注信息。
|
Long |
getStorageDays()
Get 备份文件保存天数。0代表指定默认保留时间
|
void |
setInstanceId(String InstanceId)
Set 待操作的实例 ID,可通过 DescribeInstance接口返回值中的 InstanceId 获取。
|
void |
setRemark(String Remark)
Set 本次备份的备注信息。
|
void |
setStorageDays(Long StorageDays)
Set 备份文件保存天数。0代表指定默认保留时间
|
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 CreateBackupManuallyRequest()
public CreateBackupManuallyRequest(CreateBackupManuallyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 待操作的实例 ID,可通过 DescribeInstance接口返回值中的 InstanceId 获取。public String getRemark()
public void setRemark(String Remark)
Remark
- 本次备份的备注信息。public Long getStorageDays()
public void setStorageDays(Long StorageDays)
StorageDays
- 备份文件保存天数。0代表指定默认保留时间Copyright © 2024. All rights reserved.