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