public static class CreateEventSourceRequest.CreateEventSourceRequestSourceMNSParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isBase64Decode
Specify whether to enable Base64 decoding.
|
String |
queueName
The name of the SMQ queue.
|
String |
regionId
The ID of the region where the SMQ queue resides.
|
| 构造器和说明 |
|---|
CreateEventSourceRequestSourceMNSParameters() |
@NameInMap(value="IsBase64Decode") public Boolean isBase64Decode
Specify whether to enable Base64 decoding. Valid values: true and false. If you set this parameter to true, Base64 decoding is enabled.
example:true
@NameInMap(value="QueueName") public String queueName
The name of the SMQ queue.
example:MyQueue
@NameInMap(value="RegionId") public String regionId
The ID of the region where the SMQ queue resides. Valid values: cn-qingdao, cn-beijing, cn-zhangjiakou, cn-huhehaote, cn-wulanchabu, cn-hangzhou, cn-shanghai, cn-shenzhen, cn-guangzhou, cn-chengdu, cn-hongkong, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-5, ap-northeast-1, eu-central-1, us-west-1, us-east-1, ap-south-1, me-east-1, and cn-north-2-gov-1.
example:cn-hangzhou
public CreateEventSourceRequestSourceMNSParameters()
public static CreateEventSourceRequest.CreateEventSourceRequestSourceMNSParameters build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventSourceRequest.CreateEventSourceRequestSourceMNSParameters setIsBase64Decode(Boolean isBase64Decode)
public Boolean getIsBase64Decode()
public CreateEventSourceRequest.CreateEventSourceRequestSourceMNSParameters setQueueName(String queueName)
public String getQueueName()
public CreateEventSourceRequest.CreateEventSourceRequestSourceMNSParameters setRegionId(String regionId)
public String getRegionId()
Copyright © 2026. All rights reserved.