public class AwsSQS extends AbstractModel
skipSign
Constructor and Description |
---|
AwsSQS() |
AwsSQS(AwsSQS source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getS3SecretId()
Get The key ID required to read from/write to the SQS queue.
|
String |
getS3SecretKey()
Get The key required to read from/write to the SQS queue.
|
String |
getSQSQueueName()
Get The name of the SQS queue.
|
String |
getSQSRegion()
Get The region of the SQS queue.
|
void |
setS3SecretId(String S3SecretId)
Set The key ID required to read from/write to the SQS queue.
|
void |
setS3SecretKey(String S3SecretKey)
Set The key required to read from/write to the SQS queue.
|
void |
setSQSQueueName(String SQSQueueName)
Set The name of the SQS queue.
|
void |
setSQSRegion(String SQSRegion)
Set The region of the SQS queue.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AwsSQS()
public AwsSQS(AwsSQS source)
public String getSQSRegion()
public void setSQSRegion(String SQSRegion)
SQSRegion
- The region of the SQS queue.public String getSQSQueueName()
public void setSQSQueueName(String SQSQueueName)
SQSQueueName
- The name of the SQS queue.public String getS3SecretId()
public void setS3SecretId(String S3SecretId)
S3SecretId
- The key ID required to read from/write to the SQS queue.public String getS3SecretKey()
public void setS3SecretKey(String S3SecretKey)
S3SecretKey
- The key required to read from/write to the SQS queue.Copyright © 2023. All rights reserved.