@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.074Z") @Stability(value=Experimental) public interface BounceTemplateProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BounceTemplateProps.Builder
A builder for
BounceTemplateProps |
static class |
BounceTemplateProps.Jsii$Proxy
An implementation for
BounceTemplateProps |
| Modifier and Type | Method and Description |
|---|---|
static BounceTemplateProps.Builder |
builder() |
String |
getMessage()
(experimental) Human-readable text to include in the bounce message.
|
String |
getSmtpReplyCode()
(experimental) The SMTP reply code, as defined by RFC 5321.
|
default String |
getStatusCode()
(experimental) The SMTP enhanced status code, as defined by RFC 3463.
|
@Stability(value=Experimental) @NotNull String getMessage()
@Stability(value=Experimental) @NotNull String getSmtpReplyCode()
https://tools.ietf.org/html/rfc5321@Stability(value=Experimental) @Nullable default String getStatusCode()
https://tools.ietf.org/html/rfc3463@Stability(value=Experimental) static BounceTemplateProps.Builder builder()
BounceTemplateProps.Builder of BounceTemplatePropsCopyright © 2021. All rights reserved.