Class CfnRoutingProfile.RoutingProfileQueueConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRoutingProfile.RoutingProfileQueueConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutingProfile.RoutingProfileQueueConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutingProfile.RoutingProfileQueueConfigProperty
@Stability(Stable)
@Internal
public static final class CfnRoutingProfile.RoutingProfileQueueConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutingProfile.RoutingProfileQueueConfigProperty
An implementation for
CfnRoutingProfile.RoutingProfileQueueConfigProperty
-
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.connect.CfnRoutingProfile.RoutingProfileQueueConfigProperty
CfnRoutingProfile.RoutingProfileQueueConfigProperty.Builder, CfnRoutingProfile.RoutingProfileQueueConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoutingProfile.RoutingProfileQueueConfigProperty.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
getDelay()
The delay, in seconds, a contact should be in the queue before they are routed to an available agent.final Number
The order in which contacts are to be handled for the queue.final Object
Contains information about a queue resource.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 theCfnRoutingProfile.RoutingProfileQueueConfigProperty.Builder
.
-
-
Method Details
-
getDelay
Description copied from interface:CfnRoutingProfile.RoutingProfileQueueConfigProperty
The delay, in seconds, a contact should be in the queue before they are routed to an available agent.For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide .
- Specified by:
getDelay
in interfaceCfnRoutingProfile.RoutingProfileQueueConfigProperty
- See Also:
-
getPriority
Description copied from interface:CfnRoutingProfile.RoutingProfileQueueConfigProperty
The order in which contacts are to be handled for the queue.For more information, see Queues: priority and delay .
- Specified by:
getPriority
in interfaceCfnRoutingProfile.RoutingProfileQueueConfigProperty
- See Also:
-
getQueueReference
Description copied from interface:CfnRoutingProfile.RoutingProfileQueueConfigProperty
Contains information about a queue resource.- Specified by:
getQueueReference
in interfaceCfnRoutingProfile.RoutingProfileQueueConfigProperty
- See Also:
-
$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()
-