@Stability(value=Stable) @Internal public static final class BounceActionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BounceActionConfig
BounceActionConfigsoftware.amazon.jsii.JsiiObject.InitializationModeBounceActionConfig.Builder, BounceActionConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BounceActionConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BounceActionConfig.Builder. |
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(Object o) |
String |
getMessage()
Human-readable text to include in the bounce message.
|
String |
getSender()
The email address of the sender of the bounced email.
|
String |
getSmtpReplyCode()
The SMTP reply code, as defined by RFC 5321.
|
String |
getStatusCode()
The SMTP enhanced status code, as defined by RFC 3463.
|
String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BounceActionConfig.Builder builder)
BounceActionConfig.Builder.public final String getMessage()
BounceActionConfiggetMessage in interface BounceActionConfigpublic final String getSender()
BounceActionConfigThis is the address that the bounce message is sent from.
getSender in interface BounceActionConfigpublic final String getSmtpReplyCode()
BounceActionConfiggetSmtpReplyCode in interface BounceActionConfigpublic final String getStatusCode()
BounceActionConfigDefault: - No status code.
getStatusCode in interface BounceActionConfigpublic final String getTopicArn()
BounceActionConfigDefault: - No notification is sent to SNS.
getTopicArn in interface BounceActionConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.