public static class CreateEventSourceRequest.CreateEventSourceRequestSourceRabbitMQParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId
The ID of the Message Queue for RabbitMQ instance.
|
String |
queueName
The name of the queue on the Message Queue for RabbitMQ instance.
|
String |
regionId
The ID of the region where the Message Queue for RabbitMQ instance resides.
|
String |
virtualHostName
The name of the vhost of the Message Queue for RabbitMQ instance.
|
| 构造器和说明 |
|---|
CreateEventSourceRequestSourceRabbitMQParameters() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the Message Queue for RabbitMQ instance. For more information, see Limits.
example:amqp-cn-nif22u74****
@NameInMap(value="QueueName") public String queueName
The name of the queue on the Message Queue for RabbitMQ instance. For more information, see Limits.
example:demo
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Message Queue for RabbitMQ instance resides.
example:cn-hangzhou
public CreateEventSourceRequestSourceRabbitMQParameters()
public static CreateEventSourceRequest.CreateEventSourceRequestSourceRabbitMQParameters build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventSourceRequest.CreateEventSourceRequestSourceRabbitMQParameters setInstanceId(String instanceId)
public String getInstanceId()
public CreateEventSourceRequest.CreateEventSourceRequestSourceRabbitMQParameters setQueueName(String queueName)
public String getQueueName()
public CreateEventSourceRequest.CreateEventSourceRequestSourceRabbitMQParameters setRegionId(String regionId)
public String getRegionId()
public CreateEventSourceRequest.CreateEventSourceRequestSourceRabbitMQParameters setVirtualHostName(String virtualHostName)
public String getVirtualHostName()
Copyright © 2026. All rights reserved.