@Stability(value=Experimental) 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)
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() |
boolean |
equals(Object o) |
Duration |
getDelay()
The length of time, in seconds, for which to delay a specific message.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SendMessage to SQS.
|
TaskInput |
getMessageBody()
The text message to send to the queue.
|
String |
getMessageDeduplicationId()
The token used for deduplication of sent messages.
|
String |
getMessageGroupId()
The tag that specifies that a message belongs to a specific message group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, 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()
SendToQueuePropsgetDelay in interface SendToQueuePropspublic ServiceIntegrationPattern getIntegrationPattern()
SendToQueuePropsgetIntegrationPattern in interface SendToQueuePropspublic String getMessageDeduplicationId()
SendToQueuePropsgetMessageDeduplicationId in interface SendToQueuePropspublic String getMessageGroupId()
SendToQueuePropsgetMessageGroupId in interface SendToQueuePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.