Class CfnTemplatePropsMixin.TemplateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnTemplatePropsMixin.TemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplatePropsMixin.TemplateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplatePropsMixin.TemplateProperty
@Stability(Stable)
@Internal
public static final class CfnTemplatePropsMixin.TemplateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplatePropsMixin.TemplateProperty
An implementation for
CfnTemplatePropsMixin.TemplateProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ses.CfnTemplatePropsMixin.TemplateProperty
CfnTemplatePropsMixin.TemplateProperty.Builder, CfnTemplatePropsMixin.TemplateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplatePropsMixin.TemplateProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe HTML body of the email.final StringThe subject line of the email.final StringThe name of the template.final StringThe email body that is visible to recipients whose email clients do not display HTML content.final inthashCode()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 theCfnTemplatePropsMixin.TemplateProperty.Builder.
-
-
Method Details
-
getHtmlPart
Description copied from interface:CfnTemplatePropsMixin.TemplatePropertyThe HTML body of the email.- Specified by:
getHtmlPartin interfaceCfnTemplatePropsMixin.TemplateProperty- See Also:
-
getSubjectPart
Description copied from interface:CfnTemplatePropsMixin.TemplatePropertyThe subject line of the email.- Specified by:
getSubjectPartin interfaceCfnTemplatePropsMixin.TemplateProperty- See Also:
-
getTemplateName
Description copied from interface:CfnTemplatePropsMixin.TemplatePropertyThe name of the template.You will refer to this name when you send email using the
SendEmailorSendBulkEmailoperations.- Specified by:
getTemplateNamein interfaceCfnTemplatePropsMixin.TemplateProperty- See Also:
-
getTextPart
Description copied from interface:CfnTemplatePropsMixin.TemplatePropertyThe email body that is visible to recipients whose email clients do not display HTML content.- Specified by:
getTextPartin interfaceCfnTemplatePropsMixin.TemplateProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-