@Stability(value=Deprecated) @Deprecated @Internal 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.
|
protected |
Jsii$Proxy(TaskInput messageBody,
Duration delay,
ServiceIntegrationPattern integrationPattern,
String messageDeduplicationId,
String messageGroupId)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
SendToQueueProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Duration |
getDelay()
Deprecated.
(deprecated) The length of time, in seconds, for which to delay a specific message.
|
ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
(deprecated) The service integration pattern indicates different ways to call SendMessage to SQS.
|
TaskInput |
getMessageBody()
Deprecated.
(deprecated) The text message to send to the queue.
|
String |
getMessageDeduplicationId()
Deprecated.
(deprecated) The token used for deduplication of sent messages.
|
String |
getMessageGroupId()
Deprecated.
(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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TaskInput messageBody, Duration delay, ServiceIntegrationPattern integrationPattern, String messageDeduplicationId, String messageGroupId)
SendToQueueProps.Builder.public final TaskInput getMessageBody()
SendToQueuePropsgetMessageBody in interface SendToQueuePropspublic final Duration getDelay()
SendToQueuePropsValid values are 0-900 seconds.
Default: Default value of the queue is used
getDelay in interface SendToQueuePropspublic final ServiceIntegrationPattern getIntegrationPattern()
SendToQueuePropsThe valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
getIntegrationPattern in interface SendToQueuePropspublic final String getMessageDeduplicationId()
SendToQueuePropsDefault: Use content-based deduplication
getMessageDeduplicationId in interface SendToQueuePropspublic final String getMessageGroupId()
SendToQueuePropsRequired for FIFO queues. FIFO ordering applies to messages in the same message group.
Default: No group ID
getMessageGroupId in interface SendToQueueProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.