Class CfnQueue.OutboundCallerConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnQueue.OutboundCallerConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnQueue.OutboundCallerConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueue.OutboundCallerConfigProperty
@Stability(Stable)
@Internal
public static final class CfnQueue.OutboundCallerConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueue.OutboundCallerConfigProperty
An implementation for
CfnQueue.OutboundCallerConfigProperty
-
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.CfnQueue.OutboundCallerConfigProperty
CfnQueue.OutboundCallerConfigProperty.Builder, CfnQueue.OutboundCallerConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnQueue.OutboundCallerConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnQueue.OutboundCallerConfigProperty.Builder
.
-
-
Method Details
-
getOutboundCallerIdName
Description copied from interface:CfnQueue.OutboundCallerConfigProperty
The caller ID name.- Specified by:
getOutboundCallerIdName
in interfaceCfnQueue.OutboundCallerConfigProperty
- See Also:
-
getOutboundCallerIdNumberArn
Description copied from interface:CfnQueue.OutboundCallerConfigProperty
The Amazon Resource Name (ARN) of the outbound caller ID number.Only use the phone number ARN format that doesn't contain
instance
in the path, for example,arn:aws:connect:us-east-1:1234567890:phone-number/uuid
. This is the same ARN format that is returned when you create a phone number using CloudFormation , or when you call the ListPhoneNumbersV2 API.- Specified by:
getOutboundCallerIdNumberArn
in interfaceCfnQueue.OutboundCallerConfigProperty
- See Also:
-
getOutboundFlowArn
Description copied from interface:CfnQueue.OutboundCallerConfigProperty
The Amazon Resource Name (ARN) of the outbound flow.- Specified by:
getOutboundFlowArn
in interfaceCfnQueue.OutboundCallerConfigProperty
- 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()
-