Class CfnCampaign.ChannelSubtypeConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.ChannelSubtypeConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.ChannelSubtypeConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.ChannelSubtypeConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.ChannelSubtypeConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.ChannelSubtypeConfigProperty
An implementation for
CfnCampaign.ChannelSubtypeConfigProperty-
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.ChannelSubtypeConfigProperty
CfnCampaign.ChannelSubtypeConfigProperty.Builder, CfnCampaign.ChannelSubtypeConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.ChannelSubtypeConfigProperty.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 ObjectgetEmail()The configuration of the email channel subtype.final ObjectgetSms()The configuration of the SMS channel subtype.final ObjectThe configuration of the telephony channel subtype.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.ChannelSubtypeConfigProperty.Builder.
-
-
Method Details
-
getEmail
Description copied from interface:CfnCampaign.ChannelSubtypeConfigPropertyThe configuration of the email channel subtype.- Specified by:
getEmailin interfaceCfnCampaign.ChannelSubtypeConfigProperty- See Also:
-
getSms
Description copied from interface:CfnCampaign.ChannelSubtypeConfigPropertyThe configuration of the SMS channel subtype.- Specified by:
getSmsin interfaceCfnCampaign.ChannelSubtypeConfigProperty- See Also:
-
getTelephony
Description copied from interface:CfnCampaign.ChannelSubtypeConfigPropertyThe configuration of the telephony channel subtype.- Specified by:
getTelephonyin interfaceCfnCampaign.ChannelSubtypeConfigProperty- 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()
-