Class CfnCampaign.InAppMessageContentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.InAppMessageContentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.InAppMessageContentProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.InAppMessageContentProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.InAppMessageContentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.InAppMessageContentProperty
An implementation for
CfnCampaign.InAppMessageContentProperty
-
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.InAppMessageContentProperty
CfnCampaign.InAppMessageContentProperty.Builder, CfnCampaign.InAppMessageContentProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.InAppMessageContentProperty.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 String
The background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).final Object
Specifies the configuration of main body text in an in-app message template.final Object
Specifies the configuration and content of the header or title text of the in-app message.final String
The URL of the image that appears on an in-app message banner.final Object
An object that contains configuration information about the primary button in an in-app message.final Object
An object that contains configuration information about the secondary button in an in-app message.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.InAppMessageContentProperty.Builder
.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnCampaign.InAppMessageContentProperty
The background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).- Specified by:
getBackgroundColor
in interfaceCfnCampaign.InAppMessageContentProperty
- See Also:
-
getBodyConfig
Description copied from interface:CfnCampaign.InAppMessageContentProperty
Specifies the configuration of main body text in an in-app message template.- Specified by:
getBodyConfig
in interfaceCfnCampaign.InAppMessageContentProperty
- See Also:
-
getHeaderConfig
Description copied from interface:CfnCampaign.InAppMessageContentProperty
Specifies the configuration and content of the header or title text of the in-app message.- Specified by:
getHeaderConfig
in interfaceCfnCampaign.InAppMessageContentProperty
- See Also:
-
getImageUrl
Description copied from interface:CfnCampaign.InAppMessageContentProperty
The URL of the image that appears on an in-app message banner.- Specified by:
getImageUrl
in interfaceCfnCampaign.InAppMessageContentProperty
- See Also:
-
getPrimaryBtn
Description copied from interface:CfnCampaign.InAppMessageContentProperty
An object that contains configuration information about the primary button in an in-app message.- Specified by:
getPrimaryBtn
in interfaceCfnCampaign.InAppMessageContentProperty
- See Also:
-
getSecondaryBtn
Description copied from interface:CfnCampaign.InAppMessageContentProperty
An object that contains configuration information about the secondary button in an in-app message.- Specified by:
getSecondaryBtn
in interfaceCfnCampaign.InAppMessageContentProperty
- See Also:
-
$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()
-