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