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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnPushTemplateProps
CfnPushTemplateProps.Builder, CfnPushTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPushTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPushTemplateProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectgetAdm()The message template to use for the ADM (Amazon Device Messaging) channel.final ObjectgetApns()The message template to use for the APNs (Apple Push Notification service) channel.final ObjectgetBaidu()The message template to use for the Baidu (Baidu Cloud Push) channel.final StringA JSON object that specifies the default values to use for message variables in the message template.final ObjectThe default message template to use for push notification channels.final ObjectgetGcm()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 ObjectgetTags()An array of key-value pairs to apply to this resource.final StringA custom description of the message template.final StringThe name of the message template to use for the message.final inthashCode()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:CfnPushTemplatePropsThe 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:
getTemplateNamein interfaceCfnPushTemplateProps- See Also:
-
getAdm
Description copied from interface:CfnPushTemplatePropsThe message template to use for the ADM (Amazon Device Messaging) channel.This message template overrides the default template for push notification channels (
Default).Returns union: either
IResolvableorCfnPushTemplate.AndroidPushNotificationTemplateProperty- Specified by:
getAdmin interfaceCfnPushTemplateProps- See Also:
-
getApns
Description copied from interface:CfnPushTemplatePropsThe message template to use for the APNs (Apple Push Notification service) channel.This message template overrides the default template for push notification channels (
Default).Returns union: either
IResolvableorCfnPushTemplate.APNSPushNotificationTemplateProperty- Specified by:
getApnsin interfaceCfnPushTemplateProps- See Also:
-
getBaidu
Description copied from interface:CfnPushTemplatePropsThe message template to use for the Baidu (Baidu Cloud Push) channel.This message template overrides the default template for push notification channels (
Default).Returns union: either
IResolvableorCfnPushTemplate.AndroidPushNotificationTemplateProperty- Specified by:
getBaiduin interfaceCfnPushTemplateProps- See Also:
-
getDefaultValue
Description copied from interface:CfnPushTemplatePropsThe default message template to use for push notification channels.Returns union: either
IResolvableorCfnPushTemplate.DefaultPushNotificationTemplateProperty- Specified by:
getDefaultValuein interfaceCfnPushTemplateProps- See Also:
-
getDefaultSubstitutions
Description copied from interface:CfnPushTemplatePropsA 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:
getDefaultSubstitutionsin interfaceCfnPushTemplateProps- See Also:
-
getGcm
Description copied from interface:CfnPushTemplatePropsThe 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).Returns union: either
IResolvableorCfnPushTemplate.AndroidPushNotificationTemplateProperty- Specified by:
getGcmin interfaceCfnPushTemplateProps- See Also:
-
getTags
Description copied from interface:CfnPushTemplatePropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnPushTemplateProps- See Also:
-
getTemplateDescription
Description copied from interface:CfnPushTemplatePropsA custom description of the message template.- Specified by:
getTemplateDescriptionin interfaceCfnPushTemplateProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-