public class DescribeAutoSnapshotPoliciesRequest extends AbstractModel
Constructor and Description |
---|
DescribeAutoSnapshotPoliciesRequest() |
DescribeAutoSnapshotPoliciesRequest(DescribeAutoSnapshotPoliciesRequest 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 |
getAutoSnapshotPolicyId()
Get 快照策略ID
|
Filter[] |
getFilters()
Get 过滤条件
|
Long |
getLimit()
Get 页面长
|
Long |
getOffset()
Get 分页码
|
String |
getOrder()
Get 升序,降序
|
String |
getOrderField()
Get 排序字段
|
void |
setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
Set 快照策略ID
|
void |
setFilters(Filter[] Filters)
Set 过滤条件
|
void |
setLimit(Long Limit)
Set 页面长
|
void |
setOffset(Long Offset)
Set 分页码
|
void |
setOrder(String Order)
Set 升序,降序
|
void |
setOrderField(String OrderField)
Set 排序字段
|
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 DescribeAutoSnapshotPoliciesRequest()
public DescribeAutoSnapshotPoliciesRequest(DescribeAutoSnapshotPoliciesRequest source)
public String getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
AutoSnapshotPolicyId
- 快照策略IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页码public Long getLimit()
public void setLimit(Long Limit)
Limit
- 页面长public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件public String getOrder()
public void setOrder(String Order)
Order
- 升序,降序public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 排序字段Copyright © 2022. All rights reserved.