public class ListRulesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventBusName
The name of the event bus.
|
Integer |
limit
The maximum number of entries to be returned in a single call.
|
String |
nextToken
If you set the Limit parameter and excess return values exist, this parameter is returned.
|
String |
ruleNamePrefix
The prefix of the rule name.
|
| 构造器和说明 |
|---|
ListRulesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListRulesRequest |
build(Map<String,?> map) |
String |
getEventBusName() |
Integer |
getLimit() |
String |
getNextToken() |
String |
getRuleNamePrefix() |
ListRulesRequest |
setEventBusName(String eventBusName) |
ListRulesRequest |
setLimit(Integer limit) |
ListRulesRequest |
setNextToken(String nextToken) |
ListRulesRequest |
setRuleNamePrefix(String ruleNamePrefix) |
@NameInMap(value="EventBusName") public String eventBusName
The name of the event bus.
This parameter is required.
example:default
@NameInMap(value="Limit") public Integer limit
The maximum number of entries to be returned in a single call. You can use this parameter and the NextToken parameter to implement paging. A maximum of 100 entries can be returned in a single call.
example:50
@NameInMap(value="NextToken") public String nextToken
If you set the Limit parameter and excess return values exist, this parameter is returned.
example:1000
@NameInMap(value="RuleNamePrefix") public String ruleNamePrefix
The prefix of the rule name.
example:test
public static ListRulesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListRulesRequest setEventBusName(String eventBusName)
public String getEventBusName()
public ListRulesRequest setLimit(Integer limit)
public Integer getLimit()
public ListRulesRequest setNextToken(String nextToken)
public String getNextToken()
public ListRulesRequest setRuleNamePrefix(String ruleNamePrefix)
public String getRuleNamePrefix()
Copyright © 2026. All rights reserved.