public static class CreateEventStreamingRequest.CreateEventStreamingRequestSinkSinkRabbitMQParametersBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that you want to use to transform events.
|
String |
template
The template based on which you want to transform events.
|
String |
value
The value before transformation.
|
| 构造器和说明 |
|---|
CreateEventStreamingRequestSinkSinkRabbitMQParametersBody() |
@NameInMap(value="Form") public String form
The method that you want to use to transform events.
example:TEMPLATE
@NameInMap(value="Template") public String template
The template based on which you want to transform events.
example:The value of ${key} is ${value}!
@NameInMap(value="Value") public String value
The value before transformation.
example:{ "key": "value" }
public CreateEventStreamingRequestSinkSinkRabbitMQParametersBody()
public static CreateEventStreamingRequest.CreateEventStreamingRequestSinkSinkRabbitMQParametersBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventStreamingRequest.CreateEventStreamingRequestSinkSinkRabbitMQParametersBody setForm(String form)
public String getForm()
public CreateEventStreamingRequest.CreateEventStreamingRequestSinkSinkRabbitMQParametersBody setTemplate(String template)
public String getTemplate()
public CreateEventStreamingRequest.CreateEventStreamingRequestSinkSinkRabbitMQParametersBody setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.