public static final class CfnReceiptRule.ActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.ActionProperty
CfnReceiptRule.ActionProperty
CfnReceiptRule.ActionProperty.Builder, CfnReceiptRule.ActionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAddHeaderAction()
Adds a header to the received email.
|
java.lang.Object |
getBounceAction()
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
|
java.lang.Object |
getLambdaAction()
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
|
java.lang.Object |
getS3Action()
Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.
|
java.lang.Object |
getSnsAction()
Publishes the email content within a notification to Amazon SNS.
|
java.lang.Object |
getStopAction()
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
|
java.lang.Object |
getWorkmailAction()
Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAddHeaderAction()
CfnReceiptRule.ActionProperty
getAddHeaderAction
in interface CfnReceiptRule.ActionProperty
public final java.lang.Object getBounceAction()
CfnReceiptRule.ActionProperty
getBounceAction
in interface CfnReceiptRule.ActionProperty
public final java.lang.Object getLambdaAction()
CfnReceiptRule.ActionProperty
getLambdaAction
in interface CfnReceiptRule.ActionProperty
public final java.lang.Object getS3Action()
CfnReceiptRule.ActionProperty
getS3Action
in interface CfnReceiptRule.ActionProperty
public final java.lang.Object getSnsAction()
CfnReceiptRule.ActionProperty
getSnsAction
in interface CfnReceiptRule.ActionProperty
public final java.lang.Object getStopAction()
CfnReceiptRule.ActionProperty
getStopAction
in interface CfnReceiptRule.ActionProperty
public final java.lang.Object getWorkmailAction()
CfnReceiptRule.ActionProperty
getWorkmailAction
in interface CfnReceiptRule.ActionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()