Interface CfnMessageTemplatePropsMixin.SmsMessageTemplateContentBodyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMessageTemplatePropsMixin.SmsMessageTemplateContentBodyProperty.Jsii$Proxy
- Enclosing class:
CfnMessageTemplatePropsMixin
@Stability(Stable)
public static interface CfnMessageTemplatePropsMixin.SmsMessageTemplateContentBodyProperty
extends software.amazon.jsii.JsiiSerializable
The body to use in SMS messages.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
SmsMessageTemplateContentBodyProperty smsMessageTemplateContentBodyProperty = SmsMessageTemplateContentBodyProperty.builder()
.plainText(MessageTemplateBodyContentProviderProperty.builder()
.content("content")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMessageTemplatePropsMixin.SmsMessageTemplateContentBodyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPlainText
The message body to use in SMS messages.Returns union: either
IResolvableorCfnMessageTemplatePropsMixin.MessageTemplateBodyContentProviderProperty- See Also:
-
builder
@Stability(Stable) static CfnMessageTemplatePropsMixin.SmsMessageTemplateContentBodyProperty.Builder builder()
-