public static class PutEventRuleTargetsRequest.PutEventRuleTargetsRequestMnsParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
id
The ID of the recipient that receives alert notifications.
|
String |
queue
The name of the SMQ queue.
|
String |
region
The region for SMQ.
|
String |
topic
The SMQ topic.
|
| 构造器和说明 |
|---|
PutEventRuleTargetsRequestMnsParameters() |
@NameInMap(value="Id") public String id
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
example:3
@NameInMap(value="Queue") public String queue
The name of the SMQ queue. Valid values of N: 1 to 5.
example:queue1
@NameInMap(value="Region") public String region
The region for SMQ. Valid values of N: 1 to 5.
example:cn-hangzhou
@NameInMap(value="Topic") public String topic
The SMQ topic.
example:topic_sample
public static PutEventRuleTargetsRequest.PutEventRuleTargetsRequestMnsParameters build(Map<String,?> map) throws Exception
Exceptionpublic PutEventRuleTargetsRequest.PutEventRuleTargetsRequestMnsParameters setId(String id)
public String getId()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestMnsParameters setQueue(String queue)
public String getQueue()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestMnsParameters setRegion(String region)
public String getRegion()
public PutEventRuleTargetsRequest.PutEventRuleTargetsRequestMnsParameters setTopic(String topic)
public String getTopic()
Copyright © 2026. All rights reserved.