@Stability(value=Stable) @Internal public static final class DeadLetterQueue.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeadLetterQueue
DeadLetterQueuesoftware.amazon.jsii.JsiiObject.InitializationModeDeadLetterQueue.Builder, DeadLetterQueue.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.
|
protected |
Jsii$Proxy(Number maxReceiveCount,
IQueue queue)
Constructor that initializes the object based on literal property values passed by the
DeadLetterQueue.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMaxReceiveCount()
The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
|
IQueue |
getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
int |
hashCode() |
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(Number maxReceiveCount, IQueue queue)
DeadLetterQueue.Builder.public final Number getMaxReceiveCount()
DeadLetterQueuegetMaxReceiveCount in interface DeadLetterQueuepublic final IQueue getQueue()
DeadLetterQueuegetQueue in interface DeadLetterQueue@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.