public class DescribeSnapshotsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSnapshotsRequest()  | 
DescribeSnapshotsRequest(DescribeSnapshotsRequest 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 | 
|---|---|
Filter[] | 
getFilters()
Get Filters. 
 | 
Long | 
getLimit()
Get Number of results to be returned. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getOrder()
Get Outputs the ordering of the cloud disk list. 
 | 
String | 
getOrderField()
Get The field by which the snapshot list is sorted. 
 | 
String[] | 
getSnapshotIds()
Get List of snapshot IDs to be queried. 
 | 
void | 
setFilters(Filter[] Filters)
Set Filters. 
 | 
void | 
setLimit(Long Limit)
Set Number of results to be returned. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setOrder(String Order)
Set Outputs the ordering of the cloud disk list. 
 | 
void | 
setOrderField(String OrderField)
Set The field by which the snapshot list is sorted. 
 | 
void | 
setSnapshotIds(String[] SnapshotIds)
Set List of snapshot IDs to be queried. 
 | 
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 DescribeSnapshotsRequest()
public DescribeSnapshotsRequest(DescribeSnapshotsRequest source)
public String[] getSnapshotIds()
public void setSnapshotIds(String[] SnapshotIds)
SnapshotIds - List of snapshot IDs to be queried. The parameter does not support specifying both `SnapshotIds` and `Filters`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filters. It cannot be specified together with `SnapshotIds`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default is 0. For more information on `Offset`, please see relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/product/362/15633?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned. Default is 20. Maximum is 100. For more information on `Limit`, please see relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/product/362/15633?from_cn_redirect=1).public String getOrder()
public void setOrder(String Order)
Order - Outputs the ordering of the cloud disk list. Value range: public String getOrderField()
public void setOrderField(String OrderField)
OrderField - The field by which the snapshot list is sorted. Value range: Copyright © 2025. All rights reserved.