@Stability(value=Stable) @Internal public static final class CfnPushTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPushTemplateProps
CfnPushTemplateProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnPushTemplateProps.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
CfnPushTemplateProps
getTemplateName
in interface CfnPushTemplateProps
public final Object getAdm()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getAdm
in interface CfnPushTemplateProps
public final Object getApns()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getApns
in interface CfnPushTemplateProps
public final Object getBaidu()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getBaidu
in interface CfnPushTemplateProps
public final Object getDefaultValue()
CfnPushTemplateProps
getDefaultValue
in interface CfnPushTemplateProps
public final String getDefaultSubstitutions()
CfnPushTemplateProps
This 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 CfnPushTemplateProps
public final Object getGcm()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getGcm
in interface CfnPushTemplateProps
public final Object getTags()
CfnPushTemplateProps
For more information, see Tag .
getTags
in interface CfnPushTemplateProps
public final String getTemplateDescription()
CfnPushTemplateProps
getTemplateDescription
in interface CfnPushTemplateProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.