@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String message,
String sender,
String smtpReplyCode,
String statusCode,
String topicArn)
Constructor that initializes the object based on literal property values passed by the
BounceActionConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getMessage()
(experimental) Human-readable text to include in the bounce message.
|
String |
getSender()
(experimental) The email address of the sender of the bounced email.
|
String |
getSmtpReplyCode()
(experimental) The SMTP reply code, as defined by RFC 5321.
|
String |
getStatusCode()
(experimental) The SMTP enhanced status code, as defined by RFC 3463.
|
String |
getTopicArn()
(experimental) 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.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 © 2021. All rights reserved.