public class DescribeAutoSnapshotPoliciesRequest extends AbstractModel
header, skipSign| 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 Snapshot policy ID 
 | 
Filter[] | 
getFilters()
Get Filters 
 | 
Long | 
getLimit()
Get Page length 
 | 
Long | 
getOffset()
Get Page offset 
 | 
String | 
getOrder()
Get Ascending or descending order 
 | 
String | 
getOrderField()
Get Sorting field 
 | 
void | 
setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
Set Snapshot policy ID 
 | 
void | 
setFilters(Filter[] Filters)
Set Filters 
 | 
void | 
setLimit(Long Limit)
Set Page length 
 | 
void | 
setOffset(Long Offset)
Set Page offset 
 | 
void | 
setOrder(String Order)
Set Ascending or descending order 
 | 
void | 
setOrderField(String OrderField)
Set Sorting field 
 | 
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, toJsonStringpublic DescribeAutoSnapshotPoliciesRequest()
public DescribeAutoSnapshotPoliciesRequest(DescribeAutoSnapshotPoliciesRequest source)
public String getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
AutoSnapshotPolicyId - Snapshot policy IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Page offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Page lengthpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filterspublic String getOrder()
public void setOrder(String Order)
Order - Ascending or descending orderpublic String getOrderField()
public void setOrderField(String OrderField)
OrderField - Sorting fieldCopyright © 2025. All rights reserved.