public static class CreateRuleRequest.CreateRuleRequestEventTargetsParamList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The format of input parameters for the event target.
|
String |
resourceKey
The resource key of the event target.
|
String |
template
The structure of the template for the event target.
|
String |
value
The value of the event target parameter.
|
| 构造器和说明 |
|---|
CreateRuleRequestEventTargetsParamList() |
@NameInMap(value="Form") public String form
The format of input parameters for the event target. For more information, see Limits.
example:TEMPLATE
@NameInMap(value="ResourceKey") public String resourceKey
The resource key of the event target. For more information, see Limits.
example:body
@NameInMap(value="Template") public String template
The structure of the template for the event target.
example:The value of ${key} is ${value}!
@NameInMap(value="Value") public String value
The value of the event target parameter.
example:{\"key\"=\"value\"}
public static CreateRuleRequest.CreateRuleRequestEventTargetsParamList build(Map<String,?> map) throws Exception
Exceptionpublic CreateRuleRequest.CreateRuleRequestEventTargetsParamList setForm(String form)
public String getForm()
public CreateRuleRequest.CreateRuleRequestEventTargetsParamList setResourceKey(String resourceKey)
public String getResourceKey()
public CreateRuleRequest.CreateRuleRequestEventTargetsParamList setTemplate(String template)
public String getTemplate()
public CreateRuleRequest.CreateRuleRequestEventTargetsParamList setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.