Class CfnCampaignProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connectcampaignsv2.CfnCampaignProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignProps
@Stability(Stable)
@Internal
public static final class CfnCampaignProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignProps
An implementation for
CfnCampaignProps-
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.CfnCampaignProps
CfnCampaignProps.Builder, CfnCampaignProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCampaignProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCampaignProps.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 possible types of channel subtype config parameters.final ObjectCommunication limits config.final ObjectCampaign communication time config.final StringArn.final StringAmazon Connect Instance Id.final StringgetName()Campaign name.final ObjectCampaign schedule.final ObjectThe possible types of channel config parameters.getTags()One or more tags.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 theCfnCampaignProps.Builder.
-
-
Method Details
-
getChannelSubtypeConfig
Description copied from interface:CfnCampaignPropsThe possible types of channel subtype config parameters.- Specified by:
getChannelSubtypeConfigin interfaceCfnCampaignProps- See Also:
-
getConnectInstanceId
Description copied from interface:CfnCampaignPropsAmazon Connect Instance Id.- Specified by:
getConnectInstanceIdin interfaceCfnCampaignProps- See Also:
-
getName
Description copied from interface:CfnCampaignPropsCampaign name.- Specified by:
getNamein interfaceCfnCampaignProps- See Also:
-
getCommunicationLimitsOverride
Description copied from interface:CfnCampaignPropsCommunication limits config.- Specified by:
getCommunicationLimitsOverridein interfaceCfnCampaignProps- See Also:
-
getCommunicationTimeConfig
Description copied from interface:CfnCampaignPropsCampaign communication time config.- Specified by:
getCommunicationTimeConfigin interfaceCfnCampaignProps- See Also:
-
getConnectCampaignFlowArn
Description copied from interface:CfnCampaignPropsArn.- Specified by:
getConnectCampaignFlowArnin interfaceCfnCampaignProps- See Also:
-
getSchedule
Description copied from interface:CfnCampaignPropsCampaign schedule.- Specified by:
getSchedulein interfaceCfnCampaignProps- See Also:
-
getSource
Description copied from interface:CfnCampaignPropsThe possible types of channel config parameters.- Specified by:
getSourcein interfaceCfnCampaignProps- See Also:
-
getTags
Description copied from interface:CfnCampaignPropsOne or more tags.- Specified by:
getTagsin interfaceCfnCampaignProps- 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()
-