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 MNS queue.
|
String |
region
The region where Message Service (MNS) is deployed.
|
String |
topic
The MNS topic.
|
| 构造器和说明 |
|---|
PutEventRuleTargetsRequestMnsParameters() |
@NameInMap(value="Id") public String id
The ID of the recipient that receives alert notifications. Valid values of N: 1 to 5.
@NameInMap(value="Queue") public String queue
The name of the MNS queue. Valid values of N: 1 to 5.
@NameInMap(value="Region") public String region
The region where Message Service (MNS) is deployed. Valid values of N: 1 to 5.
@NameInMap(value="Topic") public String topic
The MNS topic.
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 © 2024. All rights reserved.