Class CfnCampaign.MessageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.MessageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.MessageConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.MessageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.MessageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.MessageConfigurationProperty
An implementation for
CfnCampaign.MessageConfigurationProperty
-
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.CfnCampaign.MessageConfigurationProperty
CfnCampaign.MessageConfigurationProperty.Builder, CfnCampaign.MessageConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.MessageConfigurationProperty.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
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.final Object
The message that the campaign sends through the APNs (Apple Push Notification service) channel.final Object
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.final Object
The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration
) settings for the campaign.final Object
The default message that the campaign sends through all the channels that are configured for the campaign.final Object
The message that the campaign sends through the email channel.final Object
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.final Object
The default message for the in-app messaging channel.final Object
The message that the campaign sends through the SMS channel.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 theCfnCampaign.MessageConfigurationProperty.Builder
.
-
-
Method Details
-
getAdmMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.If specified, this message overrides the default message.
- Specified by:
getAdmMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getApnsMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through the APNs (Apple Push Notification service) channel.If specified, this message overrides the default message.
- Specified by:
getApnsMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getBaiduMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.If specified, this message overrides the default message.
- Specified by:
getBaiduMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getCustomMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration
) settings for the campaign.If specified, this message overrides the default message.
- Specified by:
getCustomMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getDefaultMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The default message that the campaign sends through all the channels that are configured for the campaign.- Specified by:
getDefaultMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getEmailMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through the email channel. If specified, this message overrides the default message.The maximum email message size is 200 KB. You can use email templates to send larger email messages.
- Specified by:
getEmailMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getGcmMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.If specified, this message overrides the default message.
- Specified by:
getGcmMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getInAppMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The default message for the in-app messaging channel.This message overrides the default message (
DefaultMessage
).- Specified by:
getInAppMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- See Also:
-
getSmsMessage
Description copied from interface:CfnCampaign.MessageConfigurationProperty
The message that the campaign sends through the SMS channel.If specified, this message overrides the default message.
- Specified by:
getSmsMessage
in interfaceCfnCampaign.MessageConfigurationProperty
- 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()
-