Class DeadLetterQueue.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sqs.DeadLetterQueue.Jsii$Proxy
- All Implemented Interfaces:
DeadLetterQueue
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DeadLetterQueue
@Stability(Stable)
@Internal
public static final class DeadLetterQueue.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DeadLetterQueue
An implementation for
DeadLetterQueue
-
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.sqs.DeadLetterQueue
DeadLetterQueue.Builder, DeadLetterQueue.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DeadLetterQueue.Builder builder) Constructor that initializes the object based on literal property values passed by theDeadLetterQueue.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The number of times a message can be unsuccessfully dequeued before being moved to the dead-letter queue.final IQueue
getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.final int
hashCode()
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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDeadLetterQueue.Builder
.
-
-
Method Details
-
getMaxReceiveCount
Description copied from interface:DeadLetterQueue
The number of times a message can be unsuccessfully dequeued before being moved to the dead-letter queue.- Specified by:
getMaxReceiveCount
in interfaceDeadLetterQueue
-
getQueue
Description copied from interface:DeadLetterQueue
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.- Specified by:
getQueue
in interfaceDeadLetterQueue
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-