Class CfnCampaignPropsMixin.TelephonyOutboundConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.CfnCampaignPropsMixin.TelephonyOutboundConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.TelephonyOutboundConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.TelephonyOutboundConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.TelephonyOutboundConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.TelephonyOutboundConfigProperty
An implementation for
CfnCampaignPropsMixin.TelephonyOutboundConfigProperty-
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.connectcampaignsv2.CfnCampaignPropsMixin.TelephonyOutboundConfigProperty
CfnCampaignPropsMixin.TelephonyOutboundConfigProperty.Builder, CfnCampaignPropsMixin.TelephonyOutboundConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.TelephonyOutboundConfigProperty.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 ObjectThe answering machine detection configuration.final StringThe identifier of the published Amazon Connect contact flow.final StringThe Amazon Connect source phone number.final NumberThe ring timeout configuration for outbound calls.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 theCfnCampaignPropsMixin.TelephonyOutboundConfigProperty.Builder.
-
-
Method Details
-
getAnswerMachineDetectionConfig
Description copied from interface:CfnCampaignPropsMixin.TelephonyOutboundConfigPropertyThe answering machine detection configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.AnswerMachineDetectionConfigProperty- Specified by:
getAnswerMachineDetectionConfigin interfaceCfnCampaignPropsMixin.TelephonyOutboundConfigProperty- See Also:
-
getConnectContactFlowId
Description copied from interface:CfnCampaignPropsMixin.TelephonyOutboundConfigPropertyThe identifier of the published Amazon Connect contact flow.- Specified by:
getConnectContactFlowIdin interfaceCfnCampaignPropsMixin.TelephonyOutboundConfigProperty- See Also:
-
getConnectSourcePhoneNumber
Description copied from interface:CfnCampaignPropsMixin.TelephonyOutboundConfigPropertyThe Amazon Connect source phone number.- Specified by:
getConnectSourcePhoneNumberin interfaceCfnCampaignPropsMixin.TelephonyOutboundConfigProperty- See Also:
-
getRingTimeout
Description copied from interface:CfnCampaignPropsMixin.TelephonyOutboundConfigPropertyThe ring timeout configuration for outbound calls.Specifies how long to wait for the call to be answered before timing out.
- Specified by:
getRingTimeoutin interfaceCfnCampaignPropsMixin.TelephonyOutboundConfigProperty- 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()
-