Class CfnQueueMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnQueueMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQueueMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueueMixinProps
@Stability(Stable)
@Internal
public static final class CfnQueueMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueueMixinProps
An implementation for
CfnQueueMixinProps-
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.cfnpropertymixins.services.connect.CfnQueueMixinProps
CfnQueueMixinProps.Builder, CfnQueueMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnQueueMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQueueMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe description of the queue.final StringThe Amazon Resource Name (ARN) of the hours of operation.final ObjectThe identifier of the Amazon Connect instance.final NumberThe maximum number of contacts that can be in the queue before it is considered full.final StringgetName()The name of the queue.final ObjectThe outbound caller ID name, number, and outbound whisper flow.final ObjectThe outbound email address ID for a specified queue.The Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.final StringThe status of the queue.getTags()The tags used to organize, track, or control access for this resource.final inthashCode()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 theCfnQueueMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnQueueMixinPropsThe description of the queue.- Specified by:
getDescriptionin interfaceCfnQueueMixinProps- See Also:
-
getHoursOfOperationArn
Description copied from interface:CfnQueueMixinPropsThe Amazon Resource Name (ARN) of the hours of operation.- Specified by:
getHoursOfOperationArnin interfaceCfnQueueMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnQueueMixinPropsThe identifier of the Amazon Connect instance.Returns union: either
StringorIInstanceRef- Specified by:
getInstanceArnin interfaceCfnQueueMixinProps- See Also:
-
getMaxContacts
Description copied from interface:CfnQueueMixinPropsThe maximum number of contacts that can be in the queue before it is considered full.- Specified by:
getMaxContactsin interfaceCfnQueueMixinProps- See Also:
-
getName
Description copied from interface:CfnQueueMixinPropsThe name of the queue.- Specified by:
getNamein interfaceCfnQueueMixinProps- See Also:
-
getOutboundCallerConfig
Description copied from interface:CfnQueueMixinPropsThe outbound caller ID name, number, and outbound whisper flow.Returns union: either
IResolvableorCfnQueuePropsMixin.OutboundCallerConfigProperty- Specified by:
getOutboundCallerConfigin interfaceCfnQueueMixinProps- See Also:
-
getOutboundEmailConfig
Description copied from interface:CfnQueueMixinPropsThe outbound email address ID for a specified queue.Returns union: either
IResolvableorCfnQueuePropsMixin.OutboundEmailConfigProperty- Specified by:
getOutboundEmailConfigin interfaceCfnQueueMixinProps- See Also:
-
getQuickConnectArns
Description copied from interface:CfnQueueMixinPropsThe Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.- Specified by:
getQuickConnectArnsin interfaceCfnQueueMixinProps- See Also:
-
getStatus
Description copied from interface:CfnQueueMixinPropsThe status of the queue.- Specified by:
getStatusin interfaceCfnQueueMixinProps- See Also:
-
getTags
Description copied from interface:CfnQueueMixinPropsThe tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnQueueMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-