@Stability(value=Stable) @Internal public static final class CfnPushTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPushTemplateProps
CfnPushTemplatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPushTemplateProps.Builder, CfnPushTemplateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPushTemplateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPushTemplateProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAdm()
The message template to use for the ADM (Amazon Device Messaging) channel.
|
Object |
getApns()
The message template to use for the APNs (Apple Push Notification service) channel.
|
Object |
getBaidu()
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
String |
getDefaultSubstitutions()
A JSON object that specifies the default values to use for message variables in the message template.
|
Object |
getDefaultValue()
The default message template to use for push notification channels.
|
Object |
getGcm()
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
Object |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getTemplateDescription()
A custom description of the message template.
|
String |
getTemplateName()
The name of the message template.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPushTemplateProps.Builder builder)
CfnPushTemplateProps.Builder.public final String getTemplateName()
CfnPushTemplatePropsgetTemplateName in interface CfnPushTemplatePropspublic final Object getAdm()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default ).
getAdm in interface CfnPushTemplatePropspublic final Object getApns()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default ).
getApns in interface CfnPushTemplatePropspublic final Object getBaidu()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default ).
getBaidu in interface CfnPushTemplatePropspublic final Object getDefaultValue()
CfnPushTemplatePropsgetDefaultValue in interface CfnPushTemplatePropspublic final String getDefaultSubstitutions()
CfnPushTemplatePropsThis object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable. When you create a message that's based on the template, you can override these defaults with message-specific and address-specific variables and values.
getDefaultSubstitutions in interface CfnPushTemplatePropspublic final Object getGcm()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default ).
getGcm in interface CfnPushTemplatePropspublic final Object getTags()
CfnPushTemplatePropsFor more information, see Tag .
getTags in interface CfnPushTemplatePropspublic final String getTemplateDescription()
CfnPushTemplatePropsgetTemplateDescription in interface CfnPushTemplateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.