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 configuration used for answering machine detection during outbound calls.final StringThe identifier of the contact flow for the outbound call.final StringThe phone number associated with the Amazon Connect instance, in E.164 format.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 contact flow for the outbound call.- Specified by:
getConnectContactFlowIdin interfaceCfnCampaign.TelephonyOutboundConfigProperty- See Also:
-
getAnswerMachineDetectionConfig
Description copied from interface:CfnCampaign.TelephonyOutboundConfigPropertyThe configuration used for answering machine detection during outbound calls.- Specified by:
getAnswerMachineDetectionConfigin interfaceCfnCampaign.TelephonyOutboundConfigProperty- See Also:
-
getConnectSourcePhoneNumber
Description copied from interface:CfnCampaign.TelephonyOutboundConfigPropertyThe phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.- Specified by:
getConnectSourcePhoneNumberin 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()
-