Class SendToQueueProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.SendToQueueProps.Jsii$Proxy
- All Implemented Interfaces:
- SendToQueueProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SendToQueueProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class SendToQueueProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SendToQueueProps
Deprecated.
An implementation for 
SendToQueueProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.SendToQueuePropsSendToQueueProps.Builder, SendToQueueProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SendToQueueProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theSendToQueueProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final DurationgetDelay()Deprecated.(deprecated) The length of time, in seconds, for which to delay a specific message.Deprecated.(deprecated) The service integration pattern indicates different ways to call SendMessage to SQS.final TaskInputDeprecated.(deprecated) The text message to send to the queue.final StringDeprecated.(deprecated) The token used for deduplication of sent messages.final StringDeprecated.(deprecated) The tag that specifies that a message belongs to a specific message group.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyDeprecated.Constructor that initializes the object based on literal property values passed by theSendToQueueProps.Builder.
 
- 
- 
Method Details- 
getMessageBodyDeprecated.Description copied from interface:SendToQueueProps(deprecated) The text message to send to the queue.- Specified by:
- getMessageBodyin interface- SendToQueueProps
 
- 
getDelayDeprecated.Description copied from interface:SendToQueueProps(deprecated) The length of time, in seconds, for which to delay a specific message.Valid values are 0-900 seconds. Default: Default value of the queue is used - Specified by:
- getDelayin interface- SendToQueueProps
 
- 
getIntegrationPatternDeprecated.Description copied from interface:SendToQueueProps(deprecated) The service integration pattern indicates different ways to call SendMessage to SQS.The valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN. Default: FIRE_AND_FORGET - Specified by:
- getIntegrationPatternin interface- SendToQueueProps
 
- 
getMessageDeduplicationIdDeprecated.Description copied from interface:SendToQueueProps(deprecated) The token used for deduplication of sent messages.Default: Use content-based deduplication - Specified by:
- getMessageDeduplicationIdin interface- SendToQueueProps
 
- 
getMessageGroupIdDeprecated.Description copied from interface:SendToQueueProps(deprecated) The tag that specifies that a message belongs to a specific message group.Required for FIFO queues. FIFO ordering applies to messages in the same message group. Default: No group ID - Specified by:
- getMessageGroupIdin interface- SendToQueueProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equalsDeprecated.
- 
hashCodepublic final int hashCode()Deprecated.
 
-