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.
@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:
* Service: the code of a cloud service
* Region: the region ID
* Account: the ID of an Alibaba Cloud account
* ResourceType: the resource type
* ResourceId: the resource ID
@NameInMap(value="Id") public String id
The ID of the recipient that receives alert notifications sent by an API callback.
@NameInMap(value="JsonParams") public String jsonParams
The parameters of the alert callback. Specify the parameters in the JSON format.
@NameInMap(value="Product") public String product
The ID of the cloud service to which the API operation belongs.
@NameInMap(value="Region") public String region
The region where the resource resides.
@NameInMap(value="Role") public String role
The name of the role.
@NameInMap(value="Version") public String version
The version of the API.
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 © 2024. All rights reserved.