public class DescribeCmqTopicsRequest extends AbstractModel
Constructor and Description |
---|
DescribeCmqTopicsRequest() |
DescribeCmqTopicsRequest(DescribeCmqTopicsRequest 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 |
---|---|
Filter[] |
getFilters()
Get Filter.
|
Boolean |
getIsTagFilter()
Get For filtering by tag, this parameter must be set to `true`.
|
Long |
getLimit()
Get The number of queues to be returned per page in case of paginated return.
|
Long |
getOffset()
Get Starting position of a queue list to be returned on the current page in case of paginated return.
|
String |
getTopicName()
Get Fuzzy search by `TopicName`
|
String[] |
getTopicNameList()
Get Filter by CMQ topic name.
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setIsTagFilter(Boolean IsTagFilter)
Set For filtering by tag, this parameter must be set to `true`.
|
void |
setLimit(Long Limit)
Set The number of queues to be returned per page in case of paginated return.
|
void |
setOffset(Long Offset)
Set Starting position of a queue list to be returned on the current page in case of paginated return.
|
void |
setTopicName(String TopicName)
Set Fuzzy search by `TopicName`
|
void |
setTopicNameList(String[] TopicNameList)
Set Filter by CMQ topic 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 DescribeCmqTopicsRequest()
public DescribeCmqTopicsRequest(DescribeCmqTopicsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting position of a queue list to be returned on the current page in case of paginated return. If a value is entered, `limit` must be specified. If this parameter is left empty, 0 will be used by default.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of queues to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Fuzzy search by `TopicName`public String[] getTopicNameList()
public void setTopicNameList(String[] TopicNameList)
TopicNameList
- Filter by CMQ topic name.public Boolean getIsTagFilter()
public void setIsTagFilter(Boolean IsTagFilter)
IsTagFilter
- For filtering by tag, this parameter must be set to `true`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter. Currently, you can filter by tag. The tag name must be prefixed with “tag:”, such as “tag: owner”, “tag: environment”, or “tag: business”.Copyright © 2023. All rights reserved.