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 Filter list.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String[] |
getSnapshotIds()
Get List of IDs of snapshots to be queried.
|
void |
setFilters(Filter[] Filters)
Set Filter list.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setSnapshotIds(String[] SnapshotIds)
Set List of IDs of snapshots 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSnapshotsRequest()
public DescribeSnapshotsRequest(DescribeSnapshotsRequest source)
public String[] getSnapshotIds()
public void setSnapshotIds(String[] SnapshotIds)
SnapshotIds
- List of IDs of snapshots to be queried.
You cannot specify `SnapshotIds` and `Filters` at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter list.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100.Copyright © 2024. All rights reserved.