public class DescribeTopicDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeTopicDetailRequest() |
DescribeTopicDetailRequest(DescribeTopicDetailRequest 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 Currently, only filtering by `TopicName` is supported, and only one filter value can be entered
|
Long |
getLimit()
Get Number of queues to be returned per page in case of paginated return.
|
Long |
getOffset()
Get Starting position of queue list to be returned on the current page in case of paginated return.
|
String |
getTagKey()
Get Tag match
|
String |
getTopicName()
Get Exact match by `TopicName`
|
void |
setFilters(Filter[] Filters)
Set Currently, only filtering by `TopicName` is supported, and only one filter value can be entered
|
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 queue list to be returned on the current page in case of paginated return.
|
void |
setTagKey(String TagKey)
Set Tag match
|
void |
setTopicName(String TopicName)
Set Exact match by `TopicName`
|
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 DescribeTopicDetailRequest()
public DescribeTopicDetailRequest(DescribeTopicDetailRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting position of queue list 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 default.public 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 Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Currently, only filtering by `TopicName` is supported, and only one filter value can be enteredpublic String getTagKey()
public void setTagKey(String TagKey)
TagKey
- Tag matchpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Exact match by `TopicName`Copyright © 2023. All rights reserved.