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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.SendToQueueProps
SendToQueueProps.Builder, SendToQueueProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theSendToQueueProps.Builder.
-
-
Method Details
-
getMessageBody
Deprecated.Description copied from interface:SendToQueueProps(deprecated) The text message to send to the queue.- Specified by:
getMessageBodyin interfaceSendToQueueProps
-
getDelay
Deprecated.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 interfaceSendToQueueProps
-
getIntegrationPattern
Deprecated.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 interfaceSendToQueueProps
-
getMessageDeduplicationId
Deprecated.Description copied from interface:SendToQueueProps(deprecated) The token used for deduplication of sent messages.Default: Use content-based deduplication
- Specified by:
getMessageDeduplicationIdin interfaceSendToQueueProps
-
getMessageGroupId
Deprecated.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 interfaceSendToQueueProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-