@Stability(value=Stable) @Internal public static final class CfnEmailTemplateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEmailTemplateProps
CfnEmailTemplatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEmailTemplateProps.Builder, CfnEmailTemplateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEmailTemplateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEmailTemplateProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDefaultSubstitutions()
A JSON object that specifies the default values to use for message variables in the message template.
|
String |
getHtmlPart()
The message body, in HTML format, to use in email messages that are based on the message template.
|
String |
getSubject()
The subject line, or title, to use in email messages that are based on the message template.
|
Object |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getTemplateDescription()
A custom description of the message template.
|
String |
getTemplateName()
The name of the message template.
|
String |
getTextPart()
The message body, in plain text format, to use in email messages that are based on the message template.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEmailTemplateProps.Builder builder)
CfnEmailTemplateProps.Builder.public final String getSubject()
CfnEmailTemplatePropsgetSubject in interface CfnEmailTemplatePropspublic final String getTemplateName()
CfnEmailTemplatePropsgetTemplateName in interface CfnEmailTemplatePropspublic final String getDefaultSubstitutions()
CfnEmailTemplatePropsThis 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.
getDefaultSubstitutions in interface CfnEmailTemplatePropspublic final String getHtmlPart()
CfnEmailTemplatePropsWe recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
getHtmlPart in interface CfnEmailTemplatePropspublic final Object getTags()
CfnEmailTemplatePropsFor more information, see Tag .
getTags in interface CfnEmailTemplatePropspublic final String getTemplateDescription()
CfnEmailTemplatePropsgetTemplateDescription in interface CfnEmailTemplatePropspublic final String getTextPart()
CfnEmailTemplatePropsWe recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
getTextPart in interface CfnEmailTemplateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.