Class CfnMailManagerRuleSet.RuleActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RuleActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.RuleActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.RuleActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.RuleActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.RuleActionProperty
An implementation for
CfnMailManagerRuleSet.RuleActionProperty-
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.ses.CfnMailManagerRuleSet.RuleActionProperty
CfnMailManagerRuleSet.RuleActionProperty.Builder, CfnMailManagerRuleSet.RuleActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.RuleActionProperty.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 ObjectThis action adds a header.final ObjectThis action archives the email.final ObjectThis action delivers an email to a WorkMail mailbox.final ObjectgetDrop()This action terminates the evaluation of rules in the rule set.final ObjectgetRelay()This action relays the email to another SMTP server.final ObjectThe action replaces certain or all recipients with a different set of recipients.final ObjectgetSend()This action sends the email to the internet.final ObjectThis action writes the MIME content of the email to an S3 bucket.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 theCfnMailManagerRuleSet.RuleActionProperty.Builder.
-
-
Method Details
-
getAddHeader
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action adds a header.This can be used to add arbitrary email headers.
- Specified by:
getAddHeaderin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getArchive
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action archives the email.This can be used to deliver an email to an archive.
- Specified by:
getArchivein interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getDeliverToMailbox
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action delivers an email to a WorkMail mailbox.- Specified by:
getDeliverToMailboxin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getDrop
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action terminates the evaluation of rules in the rule set.- Specified by:
getDropin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getRelay
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action relays the email to another SMTP server.- Specified by:
getRelayin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getReplaceRecipient
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThe action replaces certain or all recipients with a different set of recipients.- Specified by:
getReplaceRecipientin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getSend
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action sends the email to the internet.- Specified by:
getSendin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getWriteToS3
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action writes the MIME content of the email to an S3 bucket.- Specified by:
getWriteToS3in interfaceCfnMailManagerRuleSet.RuleActionProperty- 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()
-