public class DescribeSnapshotsRequest extends AbstractModel
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 |
---|---|
String |
getClusterId()
Get The ID of the cluster where the table resides
|
SelectedTableInfoNew[] |
getSelectedTables()
Get The list of snapshots pulled in batches
|
String |
getSnapshotName()
Get Snapshot name
|
String |
getTableGroupId()
Get The ID of the table group where the table resides
|
String |
getTableName()
Get Table name
|
void |
setClusterId(String ClusterId)
Set The ID of the cluster where the table resides
|
void |
setSelectedTables(SelectedTableInfoNew[] SelectedTables)
Set The list of snapshots pulled in batches
|
void |
setSnapshotName(String SnapshotName)
Set Snapshot name
|
void |
setTableGroupId(String TableGroupId)
Set The ID of the table group where the table resides
|
void |
setTableName(String TableName)
Set Table name
|
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 DescribeSnapshotsRequest()
public DescribeSnapshotsRequest(DescribeSnapshotsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The ID of the cluster where the table residespublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- The ID of the table group where the table residespublic String getTableName()
public void setTableName(String TableName)
TableName
- Table namepublic String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- Snapshot namepublic SelectedTableInfoNew[] getSelectedTables()
public void setSelectedTables(SelectedTableInfoNew[] SelectedTables)
SelectedTables
- The list of snapshots pulled in batchesCopyright © 2023. All rights reserved.