public class EnableRuleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventBusName
The name of the event bus.
|
String |
ruleName
The name of the event rule.
|
| 构造器和说明 |
|---|
EnableRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EnableRuleRequest |
build(Map<String,?> map) |
String |
getEventBusName() |
String |
getRuleName() |
EnableRuleRequest |
setEventBusName(String eventBusName) |
EnableRuleRequest |
setRuleName(String ruleName) |
@NameInMap(value="EventBusName") public String eventBusName
The name of the event bus.
This parameter is required.
example:MyEventBus
@NameInMap(value="RuleName") public String ruleName
The name of the event rule.
This parameter is required.
example:ramrolechange
public static EnableRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic EnableRuleRequest setEventBusName(String eventBusName)
public String getEventBusName()
public EnableRuleRequest setRuleName(String ruleName)
public String getRuleName()
Copyright © 2026. All rights reserved.