public class DeleteSnapshotsRequest extends AbstractModel
Constructor and Description |
---|
DeleteSnapshotsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getSnapshotIds()
Get List of IDs of snapshots to be deleted, which can be queried via [DescribeSnapshots](/document/product/362/15647).
|
void |
setSnapshotIds(String[] SnapshotIds)
Set List of IDs of snapshots to be deleted, which can be queried via [DescribeSnapshots](/document/product/362/15647).
|
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 String[] getSnapshotIds()
public void setSnapshotIds(String[] SnapshotIds)
SnapshotIds
- List of IDs of snapshots to be deleted, which can be queried via [DescribeSnapshots](/document/product/362/15647).Copyright © 2020. All rights reserved.