Class CfnCampaignPropsMixin.InAppMessageContentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnCampaignPropsMixin.InAppMessageContentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.InAppMessageContentProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.InAppMessageContentProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.InAppMessageContentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.InAppMessageContentProperty
An implementation for
CfnCampaignPropsMixin.InAppMessageContentProperty-
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.InAppMessageContentProperty
CfnCampaignPropsMixin.InAppMessageContentProperty.Builder, CfnCampaignPropsMixin.InAppMessageContentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.InAppMessageContentProperty.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 StringThe background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).final ObjectSpecifies the configuration of main body text in an in-app message template.final ObjectSpecifies the configuration and content of the header or title text of the in-app message.final StringThe URL of the image that appears on an in-app message banner.final ObjectAn object that contains configuration information about the primary button in an in-app message.final ObjectAn object that contains configuration information about the secondary button in an in-app message.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.InAppMessageContentProperty.Builder.
-
-
Method Details
-
getBackgroundColor
Description copied from interface:CfnCampaignPropsMixin.InAppMessageContentPropertyThe background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).- Specified by:
getBackgroundColorin interfaceCfnCampaignPropsMixin.InAppMessageContentProperty- See Also:
-
getBodyConfig
Description copied from interface:CfnCampaignPropsMixin.InAppMessageContentPropertySpecifies the configuration of main body text in an in-app message template.Returns union: either
IResolvableorCfnCampaignPropsMixin.InAppMessageBodyConfigProperty- Specified by:
getBodyConfigin interfaceCfnCampaignPropsMixin.InAppMessageContentProperty- See Also:
-
getHeaderConfig
Description copied from interface:CfnCampaignPropsMixin.InAppMessageContentPropertySpecifies the configuration and content of the header or title text of the in-app message.Returns union: either
IResolvableorCfnCampaignPropsMixin.InAppMessageHeaderConfigProperty- Specified by:
getHeaderConfigin interfaceCfnCampaignPropsMixin.InAppMessageContentProperty- See Also:
-
getImageUrl
Description copied from interface:CfnCampaignPropsMixin.InAppMessageContentPropertyThe URL of the image that appears on an in-app message banner.- Specified by:
getImageUrlin interfaceCfnCampaignPropsMixin.InAppMessageContentProperty- See Also:
-
getPrimaryBtn
Description copied from interface:CfnCampaignPropsMixin.InAppMessageContentPropertyAn object that contains configuration information about the primary button in an in-app message.Returns union: either
IResolvableorCfnCampaignPropsMixin.InAppMessageButtonProperty- Specified by:
getPrimaryBtnin interfaceCfnCampaignPropsMixin.InAppMessageContentProperty- See Also:
-
getSecondaryBtn
Description copied from interface:CfnCampaignPropsMixin.InAppMessageContentPropertyAn object that contains configuration information about the secondary button in an in-app message.Returns union: either
IResolvableorCfnCampaignPropsMixin.InAppMessageButtonProperty- Specified by:
getSecondaryBtnin interfaceCfnCampaignPropsMixin.InAppMessageContentProperty- 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()
-