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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.SendToQueueProps

    SendToQueueProps.Builder, SendToQueueProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the SendToQueueProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final Duration
    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 TaskInput
    Deprecated.
    (deprecated) The text message to send to the queue.
    final String
    Deprecated.
    (deprecated) The token used for deduplication of sent messages.
    final String
    Deprecated.
    (deprecated) The tag that specifies that a message belongs to a specific message group.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(SendToQueueProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the SendToQueueProps.Builder.
  • Method Details

    • getMessageBody

      public final TaskInput getMessageBody()
      Deprecated.
      Description copied from interface: SendToQueueProps
      (deprecated) The text message to send to the queue.
      Specified by:
      getMessageBody in interface SendToQueueProps
    • getDelay

      public final Duration 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:
      getDelay in interface SendToQueueProps
    • getIntegrationPattern

      public final ServiceIntegrationPattern 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:
      getIntegrationPattern in interface SendToQueueProps
    • getMessageDeduplicationId

      public final String getMessageDeduplicationId()
      Deprecated.
      Description copied from interface: SendToQueueProps
      (deprecated) The token used for deduplication of sent messages.

      Default: Use content-based deduplication

      Specified by:
      getMessageDeduplicationId in interface SendToQueueProps
    • getMessageGroupId

      public final String 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:
      getMessageGroupId in interface SendToQueueProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object