public static class UpdateEventSourceRequest.UpdateEventSourceRequestSourceRabbitMQParameters
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.
|
| 构造器和说明 |
|---|
UpdateEventSourceRequestSourceRabbitMQParameters() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the Message Queue for RabbitMQ instance. For more information, see Limits.
example:bastionhost-cn-7mz2zkyff09
@NameInMap(value="QueueName") public String queueName
The name of the queue on the Message Queue for RabbitMQ instance. For more information, see Limits.
example:eb-connect
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Message Queue for RabbitMQ instance resides.
example:cn-hangzhou
public UpdateEventSourceRequestSourceRabbitMQParameters()
public static UpdateEventSourceRequest.UpdateEventSourceRequestSourceRabbitMQParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventSourceRequest.UpdateEventSourceRequestSourceRabbitMQParameters setInstanceId(String instanceId)
public String getInstanceId()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRabbitMQParameters setQueueName(String queueName)
public String getQueueName()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRabbitMQParameters setRegionId(String regionId)
public String getRegionId()
public UpdateEventSourceRequest.UpdateEventSourceRequestSourceRabbitMQParameters setVirtualHostName(String virtualHostName)
public String getVirtualHostName()
Copyright © 2026. All rights reserved.