public class DescribeDBBackupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBBackupsRequest() |
DescribeDBBackupsRequest(DescribeDBBackupsRequest 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 |
getDBInstanceId()
Get Instance ID in the format of postgres-4wdeb0zv.
|
String |
getEndTime()
Get Query end time in the format of 2018-06-10 17:06:38
|
Long |
getLimit()
Get Number of entries to be returned per page for backup list.
|
Long |
getOffset()
Get Page number for data return in paged query.
|
String |
getStartTime()
Get Query start time in the format of 2018-06-10 17:06:38, which cannot be more than 7 days ago
|
Long |
getType()
Get Backup mode (1: full).
|
void |
setDBInstanceId(String DBInstanceId)
Set Instance ID in the format of postgres-4wdeb0zv.
|
void |
setEndTime(String EndTime)
Set Query end time in the format of 2018-06-10 17:06:38
|
void |
setLimit(Long Limit)
Set Number of entries to be returned per page for backup list.
|
void |
setOffset(Long Offset)
Set Page number for data return in paged query.
|
void |
setStartTime(String StartTime)
Set Query start time in the format of 2018-06-10 17:06:38, which cannot be more than 7 days ago
|
void |
setType(Long Type)
Set Backup mode (1: full).
|
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 DescribeDBBackupsRequest()
public DescribeDBBackupsRequest(DescribeDBBackupsRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Instance ID in the format of postgres-4wdeb0zv.public Long getType()
public void setType(Long Type)
Type
- Backup mode (1: full). Currently, only full backup is supported. The value is 1.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Query start time in the format of 2018-06-10 17:06:38, which cannot be more than 7 days agopublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query end time in the format of 2018-06-10 17:06:38public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries to be returned per page for backup list. Default value: 20. Minimum value: 1. Maximum value: 100. (If this parameter is left empty or 0, the default value will be used)public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number for data return in paged query. Pagination starts from 0. Default value: 0.Copyright © 2021. All rights reserved.