Class CfnTemplate.TemplateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnTemplate.TemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.TemplateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.TemplateProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.TemplateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.TemplateProperty
An implementation for
CfnTemplate.TemplateProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnTemplate.TemplateProperty
CfnTemplate.TemplateProperty.Builder, CfnTemplate.TemplateProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The HTML body of the email.final String
The subject line of the email.final String
The name of the template.final String
The email body that is visible to recipients whose email clients do not display HTML content.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateProperty.Builder
.
-
-
Method Details
-
getSubjectPart
Description copied from interface:CfnTemplate.TemplateProperty
The subject line of the email.- Specified by:
getSubjectPart
in interfaceCfnTemplate.TemplateProperty
- See Also:
-
getHtmlPart
Description copied from interface:CfnTemplate.TemplateProperty
The HTML body of the email.- Specified by:
getHtmlPart
in interfaceCfnTemplate.TemplateProperty
- See Also:
-
getTemplateName
Description copied from interface:CfnTemplate.TemplateProperty
The name of the template.You will refer to this name when you send email using the
SendTemplatedEmail
orSendBulkTemplatedEmail
operations.- Specified by:
getTemplateName
in interfaceCfnTemplate.TemplateProperty
- See Also:
-
getTextPart
Description copied from interface:CfnTemplate.TemplateProperty
The email body that is visible to recipients whose email clients do not display HTML content.- Specified by:
getTextPart
in interfaceCfnTemplate.TemplateProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-