public class ModifyBackupTimeRequest extends AbstractModel
Constructor and Description |
---|
ModifyBackupTimeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndBackupTime()
Get End time of daily backup window in the format of `mm:ss`, such as 23:59
|
String |
getInstanceId()
Get Instance ID, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.
|
String |
getStartBackupTime()
Get Start time of daily backup window in the format of `mm:ss`, such as 22:00
|
void |
setEndBackupTime(String EndBackupTime)
Set End time of daily backup window in the format of `mm:ss`, such as 23:59
|
void |
setInstanceId(String InstanceId)
Set Instance ID, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.
|
void |
setStartBackupTime(String StartBackupTime)
Set Start time of daily backup window in the format of `mm:ss`, such as 22:00
|
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, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.public String getStartBackupTime()
public void setStartBackupTime(String StartBackupTime)
StartBackupTime
- Start time of daily backup window in the format of `mm:ss`, such as 22:00public String getEndBackupTime()
public void setEndBackupTime(String EndBackupTime)
EndBackupTime
- End time of daily backup window in the format of `mm:ss`, such as 23:59Copyright © 2020. All rights reserved.