Class CfnEmailTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnEmailTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnEmailTemplateProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEmailTemplateProps
@Stability(Stable)
@Internal
public static final class CfnEmailTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEmailTemplateProps
An implementation for 
CfnEmailTemplateProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnEmailTemplatePropsCfnEmailTemplateProps.Builder, CfnEmailTemplateProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEmailTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEmailTemplateProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA JSON object that specifies the default values to use for message variables in the message template.final StringThe message body, in HTML format, to use in email messages that are based on the message template.final StringThe subject line, or title, to use in email messages that are based on the message template.final ObjectgetTags()An array of key-value pairs to apply to this resource.final StringA custom description of the message template.final StringThe name of the message template.final StringThe message body, in plain text format, to use in email messages that are based on the message template.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnEmailTemplateProps.Builder.
 
- 
- 
Method Details- 
getSubjectDescription copied from interface:CfnEmailTemplatePropsThe subject line, or title, to use in email messages that are based on the message template.- Specified by:
- getSubjectin interface- CfnEmailTemplateProps
 
- 
getTemplateNameDescription copied from interface:CfnEmailTemplatePropsThe name of the message template.- Specified by:
- getTemplateNamein interface- CfnEmailTemplateProps
 
- 
getDefaultSubstitutionsDescription copied from interface:CfnEmailTemplatePropsA JSON object that specifies the default values to use for message variables in the message template.This 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. - Specified by:
- getDefaultSubstitutionsin interface- CfnEmailTemplateProps
 
- 
getHtmlPartDescription copied from interface:CfnEmailTemplatePropsThe message body, in HTML format, to use in email messages that are based on the message template.We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message. - Specified by:
- getHtmlPartin interface- CfnEmailTemplateProps
 
- 
getTagsDescription copied from interface:CfnEmailTemplatePropsAn array of key-value pairs to apply to this resource.For more information, see Tag . - Specified by:
- getTagsin interface- CfnEmailTemplateProps
 
- 
getTemplateDescriptionDescription copied from interface:CfnEmailTemplatePropsA custom description of the message template.- Specified by:
- getTemplateDescriptionin interface- CfnEmailTemplateProps
 
- 
getTextPartDescription copied from interface:CfnEmailTemplatePropsThe message body, in plain text format, to use in email messages that are based on the message template.We 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. - Specified by:
- getTextPartin interface- CfnEmailTemplateProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-