public static class PutEventRuleTargetsRequest.PutEventRuleTargetsRequestSlsParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
id
The ID of the recipient that receives alert notifications.
|
String |
logStore
The name of the Simple Log Service Logstore.
|
String |
project
The name of the Simple Log Service project.
|
String |
region
The region where Simple Log Service is deployed.
|
| 构造器和说明 |
|---|
PutEventRuleTargetsRequestSlsParameters() |
@NameInMap(value="Id") public String id
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
@NameInMap(value="LogStore") public String logStore
The name of the Simple Log Service Logstore. Valid values of N: 1 to 5.
@NameInMap(value="Project") public String project
The name of the Simple Log Service project. Valid values of N: 1 to 5.
@NameInMap(value="Region") public String region
The region where Simple Log Service is deployed. Valid values of N: 1 to 5.
public static PutEventRuleTargetsRequest.PutEventRuleTargetsRequestSlsParameters build(Map<String,?> map) throws Exception
Exceptionpublic PutEventRuleTargetsRequest.PutEventRuleTargetsRequestSlsParameters setId(String id)
public String getId()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestSlsParameters setLogStore(String logStore)
public String getLogStore()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestSlsParameters setProject(String project)
public String getProject()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestSlsParameters setRegion(String region)
public String getRegion()
Copyright © 2024. All rights reserved.