public static class DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
arn
The ARN of the Log Service Logstore.
|
String |
id
The ID of the recipient.
|
String |
logStore
The name of the Logstore.
|
String |
project
The name of the project.
|
String |
region
The ID of the region where the Log Service project resides.
|
| 构造器和说明 |
|---|
DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter() |
@NameInMap(value="Arn") public String arn
The ARN of the Log Service Logstore.
Format: `arn:acs:${Service}:${Region}:${Account}:${ResourceType}/${ResourceId}`. Fields:
- Service: the code of an Alibaba 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.
@NameInMap(value="LogStore") public String logStore
The name of the Logstore.
@NameInMap(value="Project") public String project
The name of the project.
@NameInMap(value="Region") public String region
The ID of the region where the Log Service project resides.
public DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter()
public static DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter setArn(String arn)
public String getArn()
public DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter setId(String id)
public String getId()
public DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter setLogStore(String logStore)
public String getLogStore()
public DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter setProject(String project)
public String getProject()
public DescribeEventRuleTargetListResponseBody.DescribeEventRuleTargetListResponseBodySlsParametersSlsParameter setRegion(String region)
public String getRegion()
Copyright © 2024. All rights reserved.