@Stability(value=Deprecated) @Deprecated public static final class SendToQueueProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SendToQueueProps
SendToQueuePropssoftware.amazon.jsii.JsiiObject.InitializationModeSendToQueueProps.Builder, SendToQueueProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Duration |
getDelay()
Deprecated.
The length of time, in seconds, for which to delay a specific message.
|
ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
The service integration pattern indicates different ways to call SendMessage to SQS.
|
TaskInput |
getMessageBody()
Deprecated.
The text message to send to the queue.
|
String |
getMessageDeduplicationId()
Deprecated.
The token used for deduplication of sent messages.
|
String |
getMessageGroupId()
Deprecated.
The tag that specifies that a message belongs to a specific message group.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public TaskInput getMessageBody()
SendToQueuePropsgetMessageBody in interface SendToQueuePropspublic Duration getDelay()
SendToQueuePropsValid values are 0-900 seconds.
Default: Default value of the queue is used
getDelay in interface SendToQueuePropspublic ServiceIntegrationPattern getIntegrationPattern()
SendToQueuePropsThe valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
getIntegrationPattern in interface SendToQueuePropspublic String getMessageDeduplicationId()
SendToQueuePropsDefault: Use content-based deduplication
getMessageDeduplicationId in interface SendToQueuePropspublic String getMessageGroupId()
SendToQueuePropsRequired for FIFO queues. FIFO ordering applies to messages in the same message group.
Default: No group ID
getMessageGroupId in interface SendToQueuePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.