Class CfnCampaignPropsMixin.CampaignEmailMessageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnCampaignPropsMixin.CampaignEmailMessageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.CampaignEmailMessageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.CampaignEmailMessageProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.CampaignEmailMessageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.CampaignEmailMessageProperty
An implementation for
CfnCampaignPropsMixin.CampaignEmailMessageProperty-
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.pinpoint.CfnCampaignPropsMixin.CampaignEmailMessageProperty
CfnCampaignPropsMixin.CampaignEmailMessageProperty.Builder, CfnCampaignPropsMixin.CampaignEmailMessageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.CampaignEmailMessageProperty.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 StringgetBody()The body of the email for recipients whose email clients don't render HTML content.final StringThe verified email address to send the email from.final StringThe body of the email, in HTML format, for recipients whose email clients render HTML content.final StringgetTitle()The subject line, or title, of the email.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 theCfnCampaignPropsMixin.CampaignEmailMessageProperty.Builder.
-
-
Method Details
-
getBody
Description copied from interface:CfnCampaignPropsMixin.CampaignEmailMessagePropertyThe body of the email for recipients whose email clients don't render HTML content.- Specified by:
getBodyin interfaceCfnCampaignPropsMixin.CampaignEmailMessageProperty- See Also:
-
getFromAddress
Description copied from interface:CfnCampaignPropsMixin.CampaignEmailMessagePropertyThe verified email address to send the email from.The default address is the
FromAddressspecified for the email channel for the application.- Specified by:
getFromAddressin interfaceCfnCampaignPropsMixin.CampaignEmailMessageProperty- See Also:
-
getHtmlBody
Description copied from interface:CfnCampaignPropsMixin.CampaignEmailMessagePropertyThe body of the email, in HTML format, for recipients whose email clients render HTML content.- Specified by:
getHtmlBodyin interfaceCfnCampaignPropsMixin.CampaignEmailMessageProperty- See Also:
-
getTitle
Description copied from interface:CfnCampaignPropsMixin.CampaignEmailMessagePropertyThe subject line, or title, of the email.- Specified by:
getTitlein interfaceCfnCampaignPropsMixin.CampaignEmailMessageProperty- 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()
-