public class DeleteSnapshotsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteSnapshotsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterId()Get The ID of the cluster where the table resides | 
| SnapshotInfoNew[] | getSelectedTables()Get The list of snapshots to delete | 
| void | setClusterId(String ClusterId)Set The ID of the cluster where the table resides | 
| void | setSelectedTables(SnapshotInfoNew[] SelectedTables)Set The list of snapshots to delete | 
| 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, toJsonStringpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The ID of the cluster where the table residespublic SnapshotInfoNew[] getSelectedTables()
public void setSelectedTables(SnapshotInfoNew[] SelectedTables)
SelectedTables - The list of snapshots to deleteCopyright © 2021. All rights reserved.