Class CfnCampaign.TelephonyChannelSubtypeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.TelephonyChannelSubtypeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.TelephonyChannelSubtypeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.TelephonyChannelSubtypeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.TelephonyChannelSubtypeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.TelephonyChannelSubtypeConfigProperty
An implementation for
CfnCampaign.TelephonyChannelSubtypeConfigProperty-
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.TelephonyChannelSubtypeConfigProperty
CfnCampaign.TelephonyChannelSubtypeConfigProperty.Builder, CfnCampaign.TelephonyChannelSubtypeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.TelephonyChannelSubtypeConfigProperty.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 NumberThe allocation of telephony capacity between multiple running outbound campaigns.final StringThe identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.final ObjectThe default telephony outbound configuration of an outbound campaign.final ObjectThe outbound mode of telephony for an outbound campaign.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.TelephonyChannelSubtypeConfigProperty.Builder.
-
-
Method Details
-
getDefaultOutboundConfig
Description copied from interface:CfnCampaign.TelephonyChannelSubtypeConfigPropertyThe default telephony outbound configuration of an outbound campaign.- Specified by:
getDefaultOutboundConfigin interfaceCfnCampaign.TelephonyChannelSubtypeConfigProperty- See Also:
-
getOutboundMode
Description copied from interface:CfnCampaign.TelephonyChannelSubtypeConfigPropertyThe outbound mode of telephony for an outbound campaign.- Specified by:
getOutboundModein interfaceCfnCampaign.TelephonyChannelSubtypeConfigProperty- See Also:
-
getCapacity
Description copied from interface:CfnCampaign.TelephonyChannelSubtypeConfigPropertyThe allocation of telephony capacity between multiple running outbound campaigns.- Specified by:
getCapacityin interfaceCfnCampaign.TelephonyChannelSubtypeConfigProperty- See Also:
-
getConnectQueueId
Description copied from interface:CfnCampaign.TelephonyChannelSubtypeConfigPropertyThe identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.- Specified by:
getConnectQueueIdin interfaceCfnCampaign.TelephonyChannelSubtypeConfigProperty- 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()
-