Class CfnCampaign.MessageProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.MessageProperty.Jsii$Proxy
All Implemented Interfaces:
CfnCampaign.MessageProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCampaign.MessageProperty

@Stability(Stable) @Internal public static final class CfnCampaign.MessageProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.MessageProperty
An implementation for CfnCampaign.MessageProperty
  • 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.MessageProperty

    CfnCampaign.MessageProperty.Builder, CfnCampaign.MessageProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCampaign.MessageProperty.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The action to occur if a recipient taps the push notification.
    final String
    The body of the notification message.
    final String
    The URL of the image to display as the push notification icon, such as the icon for the app.
    final String
    The URL of the image to display as the small, push notification icon, such as a small version of the icon for the app.
    final String
    The URL of an image to display in the push notification.
    final String
    The JSON payload to use for a silent push notification.
    final String
    The URL of the image or video to display in the push notification.
    final String
    The raw, JSON-formatted string to use as the payload for the notification message.
    final Object
    Specifies whether the notification is a silent push notification, which is a push notification that doesn't display on a recipient's device.
    final Number
    The number of seconds that the push notification service should keep the message, if the service is unable to deliver the notification the first time.
    final String
    The title to display above the notification message on a recipient's device.
    final String
    The URL to open in a recipient's default mobile browser, if a recipient taps the push notification and the value of the Action property is URL .
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait