public class DescribeTableGroupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeTableGroupsRequest() |
DescribeTableGroupsRequest(DescribeTableGroupsRequest 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 of the cluster where a table group resides
|
Filter[] |
getFilters()
Get Filter.
|
Long |
getLimit()
Get Number of returned results in query list
|
Long |
getOffset()
Get Query list offset
|
String[] |
getTableGroupIds()
Get Table group ID list
|
void |
setClusterId(String ClusterId)
Set ID of the cluster where a table group resides
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setLimit(Long Limit)
Set Number of returned results in query list
|
void |
setOffset(Long Offset)
Set Query list offset
|
void |
setTableGroupIds(String[] TableGroupIds)
Set Table group ID list
|
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 DescribeTableGroupsRequest()
public DescribeTableGroupsRequest(DescribeTableGroupsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ID of the cluster where a table group residespublic String[] getTableGroupIds()
public void setTableGroupIds(String[] TableGroupIds)
TableGroupIds
- Table group ID listpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter. Valid values: TableGroupName, TableGroupIdpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Query list offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results in query listCopyright © 2023. All rights reserved.