Class CfnCampaign.CampaignInAppMessageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.CampaignInAppMessageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.CampaignInAppMessageProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.CampaignInAppMessageProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.CampaignInAppMessageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.CampaignInAppMessageProperty
An implementation for
CfnCampaign.CampaignInAppMessageProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnCampaign.CampaignInAppMessageProperty
CfnCampaign.CampaignInAppMessageProperty.Builder, CfnCampaign.CampaignInAppMessageProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.CampaignInAppMessageProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
An 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 Object
Custom data, in the form of key-value pairs, that is included in an in-app messaging payload.final String
A string that describes how the in-app message will appear.final int
hashCode()
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.CampaignInAppMessageProperty.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnCampaign.CampaignInAppMessageProperty
An 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.- Specified by:
getContent
in interfaceCfnCampaign.CampaignInAppMessageProperty
-
getCustomConfig
Description copied from interface:CfnCampaign.CampaignInAppMessageProperty
Custom data, in the form of key-value pairs, that is included in an in-app messaging payload.- Specified by:
getCustomConfig
in interfaceCfnCampaign.CampaignInAppMessageProperty
-
getLayout
Description copied from interface:CfnCampaign.CampaignInAppMessageProperty
A 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:
getLayout
in interfaceCfnCampaign.CampaignInAppMessageProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-