Class CfnPushTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPushTemplateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPushTemplateProps
CfnPushTemplateProps
-
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.CfnPushTemplateProps
CfnPushTemplateProps.Builder, CfnPushTemplateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPushTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPushTemplateProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
getAdm()
The message template to use for the ADM (Amazon Device Messaging) channel.final Object
getApns()
The message template to use for the APNs (Apple Push Notification service) channel.final Object
getBaidu()
The message template to use for the Baidu (Baidu Cloud Push) channel.final String
A JSON object that specifies the default values to use for message variables in the message template.final Object
The default message template to use for push notification channels.final 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.final Object
getTags()
An array of key-value pairs to apply to this resource.final String
A custom description of the message template.final String
The name of the message template to use for the message.final int
hashCode()
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 theCfnPushTemplateProps.Builder
.
-
-
Method Details
-
getTemplateName
Description copied from interface:CfnPushTemplateProps
The name of the message template to use for the message.If specified, this value must match the name of an existing message template.
- Specified by:
getTemplateName
in interfaceCfnPushTemplateProps
- See Also:
-
getAdm
Description copied from interface:CfnPushTemplateProps
The message template to use for the ADM (Amazon Device Messaging) channel.This message template overrides the default template for push notification channels (
Default
).- Specified by:
getAdm
in interfaceCfnPushTemplateProps
- See Also:
-
getApns
Description copied from interface:CfnPushTemplateProps
The message template to use for the APNs (Apple Push Notification service) channel.This message template overrides the default template for push notification channels (
Default
).- Specified by:
getApns
in interfaceCfnPushTemplateProps
- See Also:
-
getBaidu
Description copied from interface:CfnPushTemplateProps
The message template to use for the Baidu (Baidu Cloud Push) channel.This message template overrides the default template for push notification channels (
Default
).- Specified by:
getBaidu
in interfaceCfnPushTemplateProps
- See Also:
-
getDefaultValue
Description copied from interface:CfnPushTemplateProps
The default message template to use for push notification channels.- Specified by:
getDefaultValue
in interfaceCfnPushTemplateProps
- See Also:
-
getDefaultSubstitutions
Description copied from interface:CfnPushTemplateProps
A JSON object that specifies the default values to use for message variables in the message template.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.
- Specified by:
getDefaultSubstitutions
in interfaceCfnPushTemplateProps
- See Also:
-
getGcm
Description copied from interface:CfnPushTemplateProps
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.This message template overrides the default template for push notification channels (
Default
).- Specified by:
getGcm
in interfaceCfnPushTemplateProps
- See Also:
-
getTags
Description copied from interface:CfnPushTemplateProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnPushTemplateProps
- See Also:
-
getTemplateDescription
Description copied from interface:CfnPushTemplateProps
A custom description of the message template.- Specified by:
getTemplateDescription
in interfaceCfnPushTemplateProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-