Class CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty
@Stability(Stable)
@Internal
public static final class CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty
An implementation for
CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty-
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.wisdom.CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty
CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Builder, CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.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 ObjectgetHtml()The message body, in HTML format, to use in email messages that are based on the message template.final ObjectThe 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.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
protected Jsii$Proxy(CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty.Builder.
-
-
Method Details
-
getHtml
Description copied from interface:CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyPropertyThe 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.
Returns union: either
IResolvableorCfnMessageTemplatePropsMixin.MessageTemplateBodyContentProviderProperty- Specified by:
getHtmlin interfaceCfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty- See Also:
-
getPlainText
Description copied from interface:CfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyPropertyThe 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.
Returns union: either
IResolvableorCfnMessageTemplatePropsMixin.MessageTemplateBodyContentProviderProperty- Specified by:
getPlainTextin interfaceCfnMessageTemplatePropsMixin.EmailMessageTemplateContentBodyProperty- 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()
-