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