public static class PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
action
The API name.
|
String |
arn
The Alibaba Cloud Resource Name (ARN) of the resource.
|
String |
id
The ID of the recipient that receives alert notifications sent by an API callback.
|
String |
jsonParams
The parameters of the alert callback.
|
String |
product
The ID of the cloud service to which the API operation belongs.
|
String |
region
The region where the resource resides.
|
String |
role
The name of the role.
|
String |
version
The version of the API.
|
| 构造器和说明 |
|---|
PutEventRuleTargetsRequestOpenApiParameters() |
@NameInMap(value="Action") public String action
The API name.
example:PutLogs
@NameInMap(value="Arn") public String arn
The Alibaba Cloud Resource Name (ARN) of the resource. Valid values of N: 1 to 5. Format: arn:acs:${Service}:${Region}:${Account}:${ResourceType}/${ResourceId}. Fields:
@NameInMap(value="Id") public String id
The ID of the recipient that receives alert notifications sent by an API callback.
example:3
@NameInMap(value="JsonParams") public String jsonParams
The parameters of the alert callback. Specify the parameters in the JSON format.
example:{"customField1":"value1","customField2":"$.name"}
@NameInMap(value="Product") public String product
The ID of the cloud service to which the API operation belongs.
example:log
@NameInMap(value="Region") public String region
The region where the resource resides.
example:cn-hangzhou
@NameInMap(value="Role") public String role
The name of the role.
example:MyRole
@NameInMap(value="Version") public String version
The version of the API.
example:2019-01-01
public PutEventRuleTargetsRequestOpenApiParameters()
public static PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters build(Map<String,?> map) throws Exception
Exceptionpublic PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setAction(String action)
public String getAction()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setArn(String arn)
public String getArn()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setId(String id)
public String getId()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setJsonParams(String jsonParams)
public String getJsonParams()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setProduct(String product)
public String getProduct()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setRegion(String region)
public String getRegion()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setRole(String role)
public String getRole()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestOpenApiParameters setVersion(String version)
public String getVersion()
Copyright © 2026. All rights reserved.