public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventBridgeRegionId
The ID of the region where the EventBridge instance is located.
|
String |
eventBus
The event bus.
|
String |
eventSource
The event source.
|
String |
roleArn
The ARN of the RAM role assigned to EventBridge.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig() |
@NameInMap(value="EventBridgeRegionId") public String eventBridgeRegionId
The ID of the region where the EventBridge instance is located.
@NameInMap(value="EventBus") public String eventBus
The event bus.
@NameInMap(value="EventSource") public String eventSource
The event source.
@NameInMap(value="RoleArn") public String roleArn
The ARN of the RAM role assigned to EventBridge.
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig setEventBridgeRegionId(String eventBridgeRegionId)
public String getEventBridgeRegionId()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig setEventBus(String eventBus)
public String getEventBus()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig setEventSource(String eventSource)
public String getEventSource()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigEventBridgeConfig setRoleArn(String roleArn)
public String getRoleArn()
Copyright © 2023. All rights reserved.