public class CreateOrUpdateEventBridgeIntegrationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessKey
The AccessKey ID that is used to connect to EventBridge.
|
String |
accessSecret
The AccessKey secret that is used to connect to EventBridge.
|
String |
description
The description of the EventBridge integration.
|
String |
endpoint
The public endpoint of EventBridge.
|
String |
eventBusName
The name of the event bus.
|
String |
eventBusRegionId
The region ID of the event bus.
|
Long |
id
The ID of the EventBridge integration.
|
String |
name
The name of the EventBridge integration.
|
String |
source
The event source.
|
| 构造器和说明 |
|---|
CreateOrUpdateEventBridgeIntegrationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateOrUpdateEventBridgeIntegrationRequest |
build(Map<String,?> map) |
String |
getAccessKey() |
String |
getAccessSecret() |
String |
getDescription() |
String |
getEndpoint() |
String |
getEventBusName() |
String |
getEventBusRegionId() |
Long |
getId() |
String |
getName() |
String |
getSource() |
CreateOrUpdateEventBridgeIntegrationRequest |
setAccessKey(String accessKey) |
CreateOrUpdateEventBridgeIntegrationRequest |
setAccessSecret(String accessSecret) |
CreateOrUpdateEventBridgeIntegrationRequest |
setDescription(String description) |
CreateOrUpdateEventBridgeIntegrationRequest |
setEndpoint(String endpoint) |
CreateOrUpdateEventBridgeIntegrationRequest |
setEventBusName(String eventBusName) |
CreateOrUpdateEventBridgeIntegrationRequest |
setEventBusRegionId(String eventBusRegionId) |
CreateOrUpdateEventBridgeIntegrationRequest |
setId(Long id) |
CreateOrUpdateEventBridgeIntegrationRequest |
setName(String name) |
CreateOrUpdateEventBridgeIntegrationRequest |
setSource(String source) |
@NameInMap(value="AccessKey") public String accessKey
The AccessKey ID that is used to connect to EventBridge.
example:abc******************
@NameInMap(value="AccessSecret") public String accessSecret
The AccessKey secret that is used to connect to EventBridge.
example:abc******************
@NameInMap(value="Description") public String description
The description of the EventBridge integration.
example:test
@NameInMap(value="Endpoint") public String endpoint
The public endpoint of EventBridge.
example:@NameInMap(value="EventBusName") public String eventBusName
The name of the event bus.
example:EventBus_Test
@NameInMap(value="EventBusRegionId") public String eventBusRegionId
The region ID of the event bus.
example:cn-hangzhou
@NameInMap(value="Id") public Long id
The ID of the EventBridge integration.
123
@NameInMap(value="Name") public String name
The name of the EventBridge integration.
example:EventBridge_Test
@NameInMap(value="Source") public String source
The event source.
example:arms
public CreateOrUpdateEventBridgeIntegrationRequest()
public static CreateOrUpdateEventBridgeIntegrationRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateEventBridgeIntegrationRequest setAccessKey(String accessKey)
public String getAccessKey()
public CreateOrUpdateEventBridgeIntegrationRequest setAccessSecret(String accessSecret)
public String getAccessSecret()
public CreateOrUpdateEventBridgeIntegrationRequest setDescription(String description)
public String getDescription()
public CreateOrUpdateEventBridgeIntegrationRequest setEndpoint(String endpoint)
public String getEndpoint()
public CreateOrUpdateEventBridgeIntegrationRequest setEventBusName(String eventBusName)
public String getEventBusName()
public CreateOrUpdateEventBridgeIntegrationRequest setEventBusRegionId(String eventBusRegionId)
public String getEventBusRegionId()
public CreateOrUpdateEventBridgeIntegrationRequest setId(Long id)
public Long getId()
public CreateOrUpdateEventBridgeIntegrationRequest setName(String name)
public String getName()
public CreateOrUpdateEventBridgeIntegrationRequest setSource(String source)
public String getSource()
Copyright © 2024. All rights reserved.