public static class PutTargetsRequest.PutTargetsRequestTargetsParamList
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 event target.
|
| 构造器和说明 |
|---|
PutTargetsRequestTargetsParamList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutTargetsRequest.PutTargetsRequestTargetsParamList |
build(Map<String,?> map) |
String |
getForm() |
String |
getResourceKey() |
String |
getTemplate() |
String |
getValue() |
PutTargetsRequest.PutTargetsRequestTargetsParamList |
setForm(String form) |
PutTargetsRequest.PutTargetsRequestTargetsParamList |
setResourceKey(String resourceKey) |
PutTargetsRequest.PutTargetsRequestTargetsParamList |
setTemplate(String template) |
PutTargetsRequest.PutTargetsRequestTargetsParamList |
setValue(String value) |
@NameInMap(value="Form") public String form
The format of input parameters for the event target. For more information, see Event target parameters.
example:TEMPLATE
@NameInMap(value="ResourceKey") public String resourceKey
The resource key of the event target. For more information, see Event target parameters.
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 event target.
example:{\"key\"=\"value\"}
public static PutTargetsRequest.PutTargetsRequestTargetsParamList build(Map<String,?> map) throws Exception
Exceptionpublic PutTargetsRequest.PutTargetsRequestTargetsParamList setForm(String form)
public String getForm()
public PutTargetsRequest.PutTargetsRequestTargetsParamList setResourceKey(String resourceKey)
public String getResourceKey()
public PutTargetsRequest.PutTargetsRequestTargetsParamList setTemplate(String template)
public String getTemplate()
public PutTargetsRequest.PutTargetsRequestTargetsParamList setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.