public class DescribeCmqQueuesRequest extends AbstractModel
Constructor and Description |
---|
DescribeCmqQueuesRequest() |
DescribeCmqQueuesRequest(DescribeCmqQueuesRequest 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 must be configured to `true`.
|
Long |
getLimit()
Get Number of queues to be returned per page in case of paginated return.
|
Long |
getOffset()
Get Starting position of the list of queues to be returned on the current page in case of paginated return.
|
String |
getQueueName()
Get Filter by `QueueName`
|
String[] |
getQueueNameList()
Get List of CMQ queue names
|
void |
setFilters(Filter[] Filters)
Set Filter.
|
void |
setIsTagFilter(Boolean IsTagFilter)
Set For filtering by tag, this must be configured to `true`.
|
void |
setLimit(Long Limit)
Set Number of queues to be returned per page in case of paginated return.
|
void |
setOffset(Long Offset)
Set Starting position of the list of queues to be returned on the current page in case of paginated return.
|
void |
setQueueName(String QueueName)
Set Filter by `QueueName`
|
void |
setQueueNameList(String[] QueueNameList)
Set List of CMQ queue names
|
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 DescribeCmqQueuesRequest()
public DescribeCmqQueuesRequest(DescribeCmqQueuesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting position of the list of queues to be returned on the current page in case of paginated return. If a value is entered, `limit` is required. If this parameter is left empty, 0 will be used by defaultpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 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 getQueueName()
public void setQueueName(String QueueName)
QueueName
- Filter by `QueueName`public String[] getQueueNameList()
public void setQueueNameList(String[] QueueNameList)
QueueNameList
- List of CMQ queue namespublic Boolean getIsTagFilter()
public void setIsTagFilter(Boolean IsTagFilter)
IsTagFilter
- For filtering by tag, this must be configured to `true`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter. Currently, you can filter only by tag.Copyright © 2022. All rights reserved.