Class CfnPushTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPushTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPushTemplateMixinProps
CfnPushTemplateMixinProps-
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.cfnpropertymixins.services.pinpoint.CfnPushTemplateMixinProps
CfnPushTemplateMixinProps.Builder, CfnPushTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPushTemplateMixinProps.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 theCfnPushTemplateMixinProps.Builder.
-
-
Method Details
-
getAdm
Description copied from interface:CfnPushTemplateMixinPropsThe 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
IResolvableorCfnPushTemplatePropsMixin.AndroidPushNotificationTemplateProperty- Specified by:
getAdmin interfaceCfnPushTemplateMixinProps- See Also:
-
getApns
Description copied from interface:CfnPushTemplateMixinPropsThe 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
IResolvableorCfnPushTemplatePropsMixin.APNSPushNotificationTemplateProperty- Specified by:
getApnsin interfaceCfnPushTemplateMixinProps- See Also:
-
getBaidu
Description copied from interface:CfnPushTemplateMixinPropsThe 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
IResolvableorCfnPushTemplatePropsMixin.AndroidPushNotificationTemplateProperty- Specified by:
getBaiduin interfaceCfnPushTemplateMixinProps- See Also:
-
getDefaultValue
Description copied from interface:CfnPushTemplateMixinPropsThe default message template to use for push notification channels.Returns union: either
IResolvableorCfnPushTemplatePropsMixin.DefaultPushNotificationTemplateProperty- Specified by:
getDefaultValuein interfaceCfnPushTemplateMixinProps- See Also:
-
getDefaultSubstitutions
Description copied from interface:CfnPushTemplateMixinPropsA 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 interfaceCfnPushTemplateMixinProps- See Also:
-
getGcm
Description copied from interface:CfnPushTemplateMixinPropsThe 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
IResolvableorCfnPushTemplatePropsMixin.AndroidPushNotificationTemplateProperty- Specified by:
getGcmin interfaceCfnPushTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnPushTemplateMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnPushTemplateMixinProps- See Also:
-
getTemplateDescription
Description copied from interface:CfnPushTemplateMixinPropsA custom description of the message template.- Specified by:
getTemplateDescriptionin interfaceCfnPushTemplateMixinProps- See Also:
-
getTemplateName
Description copied from interface:CfnPushTemplateMixinPropsThe 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 interfaceCfnPushTemplateMixinProps- 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()
-