Class CfnCampaignPropsMixin.CampaignInAppMessageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnCampaignPropsMixin.CampaignInAppMessageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.CampaignInAppMessageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.CampaignInAppMessageProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.CampaignInAppMessageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.CampaignInAppMessageProperty
An implementation for
CfnCampaignPropsMixin.CampaignInAppMessageProperty-
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.cfnpropertymixins.services.pinpoint.CfnCampaignPropsMixin.CampaignInAppMessageProperty
CfnCampaignPropsMixin.CampaignInAppMessageProperty.Builder, CfnCampaignPropsMixin.CampaignInAppMessageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.CampaignInAppMessageProperty.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 ObjectAn array that contains configurtion information about the in-app message for the campaign, including title and body text, text colors, background colors, image URLs, and button configurations.final ObjectCustom data, in the form of key-value pairs, that is included in an in-app messaging payload.final StringA string that describes how the in-app message will appear.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 theCfnCampaignPropsMixin.CampaignInAppMessageProperty.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnCampaignPropsMixin.CampaignInAppMessagePropertyAn array that contains configurtion information about the in-app message for the campaign, including title and body text, text colors, background colors, image URLs, and button configurations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCampaignPropsMixin.InAppMessageContentProperty>- Specified by:
getContentin interfaceCfnCampaignPropsMixin.CampaignInAppMessageProperty- See Also:
-
getCustomConfig
Description copied from interface:CfnCampaignPropsMixin.CampaignInAppMessagePropertyCustom data, in the form of key-value pairs, that is included in an in-app messaging payload.- Specified by:
getCustomConfigin interfaceCfnCampaignPropsMixin.CampaignInAppMessageProperty- See Also:
-
getLayout
Description copied from interface:CfnCampaignPropsMixin.CampaignInAppMessagePropertyA string that describes how the in-app message will appear. You can specify one of the following:.BOTTOM_BANNER– a message that appears as a banner at the bottom of the page.TOP_BANNER– a message that appears as a banner at the top of the page.OVERLAYS– a message that covers entire screen.MOBILE_FEED– a message that appears in a window in front of the page.MIDDLE_BANNER– a message that appears as a banner in the middle of the page.CAROUSEL– a scrollable layout of up to five unique messages.
- Specified by:
getLayoutin interfaceCfnCampaignPropsMixin.CampaignInAppMessageProperty- 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()
-