public class DescribeDeadLetterSourceQueuesRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeadLetterSourceQueuesRequest() |
DescribeDeadLetterSourceQueuesRequest(DescribeDeadLetterSourceQueuesRequest 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 |
getDeadLetterQueueName()
Get Dead letter queue name
|
Filter[] |
getFilters()
Get Filters source queue name of dead letter queue.
|
Long |
getLimit()
Get Starting position of topic list to be returned on the current page in case of paginated return.
|
Long |
getOffset()
Get Number of topics to be returned per page in case of paginated return.
|
void |
setDeadLetterQueueName(String DeadLetterQueueName)
Set Dead letter queue name
|
void |
setFilters(Filter[] Filters)
Set Filters source queue name of dead letter queue.
|
void |
setLimit(Long Limit)
Set Starting position of topic list to be returned on the current page in case of paginated return.
|
void |
setOffset(Long Offset)
Set Number of topics to be returned per page in case of paginated return.
|
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 DescribeDeadLetterSourceQueuesRequest()
public DescribeDeadLetterSourceQueuesRequest(DescribeDeadLetterSourceQueuesRequest source)
public String getDeadLetterQueueName()
public void setDeadLetterQueueName(String DeadLetterQueueName)
DeadLetterQueueName
- Dead letter queue namepublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Starting position of topic 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 getOffset()
public void setOffset(Long Offset)
Offset
- Number of topics 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
- Filters source queue name of dead letter queue. Currently, only filtering by `SourceQueueName` is supportedCopyright © 2023. All rights reserved.