MessageTemplateContentProvider
The container of message template content.
Inheritors
Types
The content of the message template that applies to the email channel subtype.
The content of the message template that applies to the push channel subtype.
The content of the message template that applies to the SMS channel subtype.
The content of the message template that applies to the WHATSAPP channel subtype.
Functions
Casts this MessageTemplateContentProvider as a Email and retrieves its aws.sdk.kotlin.services.qconnect.model.EmailMessageTemplateContent value. Throws an exception if the MessageTemplateContentProvider is not a Email.
Casts this MessageTemplateContentProvider as a Email and retrieves its aws.sdk.kotlin.services.qconnect.model.EmailMessageTemplateContent value. Returns null if the MessageTemplateContentProvider is not a Email.
Casts this MessageTemplateContentProvider as a Push and retrieves its aws.sdk.kotlin.services.qconnect.model.PushMessageTemplateContent value. Throws an exception if the MessageTemplateContentProvider is not a Push.
Casts this MessageTemplateContentProvider as a Push and retrieves its aws.sdk.kotlin.services.qconnect.model.PushMessageTemplateContent value. Returns null if the MessageTemplateContentProvider is not a Push.
Casts this MessageTemplateContentProvider as a Sms and retrieves its aws.sdk.kotlin.services.qconnect.model.SmsMessageTemplateContent value. Throws an exception if the MessageTemplateContentProvider is not a Sms.
Casts this MessageTemplateContentProvider as a Sms and retrieves its aws.sdk.kotlin.services.qconnect.model.SmsMessageTemplateContent value. Returns null if the MessageTemplateContentProvider is not a Sms.
Casts this MessageTemplateContentProvider as a WhatsApp and retrieves its aws.sdk.kotlin.services.qconnect.model.WhatsAppMessageTemplateContent value. Throws an exception if the MessageTemplateContentProvider is not a WhatsApp.
Casts this MessageTemplateContentProvider as a WhatsApp and retrieves its aws.sdk.kotlin.services.qconnect.model.WhatsAppMessageTemplateContent value. Returns null if the MessageTemplateContentProvider is not a WhatsApp.