Class CfnMessageTemplate.EmailMessageTemplateContentBodyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnMessageTemplate.EmailMessageTemplateContentBodyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMessageTemplate.EmailMessageTemplateContentBodyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMessageTemplate.EmailMessageTemplateContentBodyProperty
@Stability(Stable)
@Internal
public static final class CfnMessageTemplate.EmailMessageTemplateContentBodyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMessageTemplate.EmailMessageTemplateContentBodyProperty
An implementation for
CfnMessageTemplate.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.services.wisdom.CfnMessageTemplate.EmailMessageTemplateContentBodyProperty
CfnMessageTemplate.EmailMessageTemplateContentBodyProperty.Builder, CfnMessageTemplate.EmailMessageTemplateContentBodyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMessageTemplate.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
Constructor that initializes the object based on literal property values passed by theCfnMessageTemplate.EmailMessageTemplateContentBodyProperty.Builder.
-
-
Method Details
-
getHtml
Description copied from interface:CfnMessageTemplate.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
IResolvableorCfnMessageTemplate.MessageTemplateBodyContentProviderProperty- Specified by:
getHtmlin interfaceCfnMessageTemplate.EmailMessageTemplateContentBodyProperty- See Also:
-
getPlainText
Description copied from interface:CfnMessageTemplate.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
IResolvableorCfnMessageTemplate.MessageTemplateBodyContentProviderProperty- Specified by:
getPlainTextin interfaceCfnMessageTemplate.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()
-