public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that you want to use to transform events.
|
String |
template
None.
|
String |
value
The name of the exchange on the ApsaraMQ for RabbitMQ instance.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange() |
@NameInMap(value="Form") public String form
The method that you want to use to transform events. Default value: CONSTANT.
example:CONSTANT
@NameInMap(value="Template") public String template
None.
@NameInMap(value="Value") public String value
The name of the exchange on the ApsaraMQ for RabbitMQ instance.
example:a_exchange
public UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange setForm(String form)
public String getForm()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange setTemplate(String template)
public String getTemplate()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkRabbitMQParametersExchange setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.