@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SqsAction extends Object implements Serializable, Cloneable, StructuredPojo
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
| Constructor and Description |
|---|
SqsAction() |
| Modifier and Type | Method and Description |
|---|---|
SqsAction |
clone() |
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL of the SQS queue where the data is written.
|
Boolean |
getUseBase64()
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue.
|
int |
hashCode() |
Boolean |
isUseBase64()
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setQueueUrl(String queueUrl)
The URL of the SQS queue where the data is written.
|
void |
setUseBase64(Boolean useBase64)
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue.
|
String |
toString()
Returns a string representation of this object.
|
SqsAction |
withQueueUrl(String queueUrl)
The URL of the SQS queue where the data is written.
|
SqsAction |
withUseBase64(Boolean useBase64)
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue.
|
public void setQueueUrl(String queueUrl)
The URL of the SQS queue where the data is written.
queueUrl - The URL of the SQS queue where the data is written.public String getQueueUrl()
The URL of the SQS queue where the data is written.
public SqsAction withQueueUrl(String queueUrl)
The URL of the SQS queue where the data is written.
queueUrl - The URL of the SQS queue where the data is written.public void setUseBase64(Boolean useBase64)
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
useBase64 - Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue. Otherwise,
set this to FALSE.public Boolean getUseBase64()
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
public SqsAction withUseBase64(Boolean useBase64)
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
useBase64 - Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue. Otherwise,
set this to FALSE.public Boolean isUseBase64()
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.