@Stability(value=Stable)
public static interface CfnReceiptRule.BounceActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptRule.BounceActionProperty.Builder
A builder for
CfnReceiptRule.BounceActionProperty |
static class |
CfnReceiptRule.BounceActionProperty.Jsii$Proxy
An implementation for
CfnReceiptRule.BounceActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptRule.BounceActionProperty.Builder |
builder() |
String |
getMessage()
`CfnReceiptRule.BounceActionProperty.Message`.
|
String |
getSender()
`CfnReceiptRule.BounceActionProperty.Sender`.
|
String |
getSmtpReplyCode()
`CfnReceiptRule.BounceActionProperty.SmtpReplyCode`.
|
default String |
getStatusCode()
`CfnReceiptRule.BounceActionProperty.StatusCode`.
|
default String |
getTopicArn()
`CfnReceiptRule.BounceActionProperty.TopicArn`.
|
@Stability(value=Stable) @NotNull String getMessage()
@Stability(value=Stable) @NotNull String getSender()
@Stability(value=Stable) @NotNull String getSmtpReplyCode()
@Stability(value=Stable) @Nullable default String getStatusCode()
@Stability(value=Stable) @Nullable default String getTopicArn()
@Stability(value=Stable) static CfnReceiptRule.BounceActionProperty.Builder builder()
Copyright © 2021. All rights reserved.