@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.486Z") @Stability(value=Stable) public interface CfnSmsTemplateProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
Object tags;
CfnSmsTemplateProps cfnSmsTemplateProps = CfnSmsTemplateProps.builder()
.body("body")
.templateName("templateName")
// the properties below are optional
.defaultSubstitutions("defaultSubstitutions")
.tags(tags)
.templateDescription("templateDescription")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSmsTemplateProps.Builder
A builder for
CfnSmsTemplateProps |
static class |
CfnSmsTemplateProps.Jsii$Proxy
An implementation for
CfnSmsTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSmsTemplateProps.Builder |
builder() |
String |
getBody()
`AWS::Pinpoint::SmsTemplate.Body`.
|
default String |
getDefaultSubstitutions()
`AWS::Pinpoint::SmsTemplate.DefaultSubstitutions`.
|
default Object |
getTags()
`AWS::Pinpoint::SmsTemplate.Tags`.
|
default String |
getTemplateDescription()
`AWS::Pinpoint::SmsTemplate.TemplateDescription`.
|
String |
getTemplateName()
`AWS::Pinpoint::SmsTemplate.TemplateName`.
|
@Stability(value=Stable) @NotNull String getBody()
@Stability(value=Stable) @Nullable default String getDefaultSubstitutions()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default String getTemplateDescription()
@Stability(value=Stable) @NotNull String getTemplateName()
@Stability(value=Stable) static CfnSmsTemplateProps.Builder builder()
CfnSmsTemplateProps.Builder of CfnSmsTemplatePropsCopyright © 2021. All rights reserved.