public static final class CfnPushTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPushTemplateProps
CfnPushTemplateProps
CfnPushTemplateProps.Builder, CfnPushTemplateProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAdm()
The message template to use for the ADM (Amazon Device Messaging) channel.
|
java.lang.Object |
getApns()
The message template to use for the APNs (Apple Push Notification service) channel.
|
java.lang.Object |
getBaidu()
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
java.lang.String |
getDefaultSubstitutions()
A JSON object that specifies the default values to use for message variables in the message template.
|
java.lang.Object |
getDefaultValue()
The default message template to use for push notification channels.
|
java.lang.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.
|
java.lang.Object |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getTemplateDescription()
A custom description of the message template.
|
java.lang.String |
getTemplateName()
The name of the message template.
|
int |
hashCode() |
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.public final java.lang.String getTemplateName()
CfnPushTemplateProps
getTemplateName
in interface CfnPushTemplateProps
public final java.lang.Object getAdm()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getAdm
in interface CfnPushTemplateProps
public final java.lang.Object getApns()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getApns
in interface CfnPushTemplateProps
public final java.lang.Object getBaidu()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getBaidu
in interface CfnPushTemplateProps
public final java.lang.Object getDefaultValue()
CfnPushTemplateProps
getDefaultValue
in interface CfnPushTemplateProps
public final java.lang.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 java.lang.Object getGcm()
CfnPushTemplateProps
This message template overrides the default template for push notification channels ( Default
).
getGcm
in interface CfnPushTemplateProps
public final java.lang.Object getTags()
CfnPushTemplateProps
For more information, see Tag .
getTags
in interface CfnPushTemplateProps
public final java.lang.String getTemplateDescription()
CfnPushTemplateProps
getTemplateDescription
in interface CfnPushTemplateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()