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 | 
| 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 | 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, toJsonStringpublic 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 nameCopyright © 2023. All rights reserved.