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 表格所属集群id
|
String |
getSnapshotName()
Get 快照名称
|
String |
getTableGroupId()
Get 所属表格组ID
|
String |
getTableName()
Get 表名称
|
void |
setClusterId(String ClusterId)
Set 表格所属集群id
|
void |
setSnapshotName(String SnapshotName)
Set 快照名称
|
void |
setTableGroupId(String TableGroupId)
Set 所属表格组ID
|
void |
setTableName(String TableName)
Set 表名称
|
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
- 表格所属集群idpublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- 所属表格组IDpublic String getTableName()
public void setTableName(String TableName)
TableName
- 表名称public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 快照名称Copyright © 2022. All rights reserved.