@Stability(value=Experimental) @Internal public static final class ReceiptRuleSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReceiptRuleSetProps
ReceiptRuleSetPropssoftware.amazon.jsii.JsiiObject.InitializationModeReceiptRuleSetProps.Builder, ReceiptRuleSetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean dropSpam,
String receiptRuleSetName,
List<? extends ReceiptRuleOptions> rules)
Constructor that initializes the object based on literal property values passed by the
ReceiptRuleSetProps.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) |
Boolean |
getDropSpam()
(experimental) Whether to add a first rule to stop processing messages that have at least one spam indicator.
|
String |
getReceiptRuleSetName()
(experimental) The name for the receipt rule set.
|
List<ReceiptRuleOptions> |
getRules()
(experimental) The list of rules to add to this rule set.
|
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(Boolean dropSpam, String receiptRuleSetName, List<? extends ReceiptRuleOptions> rules)
ReceiptRuleSetProps.Builder.public final Boolean getDropSpam()
ReceiptRuleSetPropsDefault: false
getDropSpam in interface ReceiptRuleSetPropspublic final String getReceiptRuleSetName()
ReceiptRuleSetPropsDefault: - A CloudFormation generated name.
getReceiptRuleSetName in interface ReceiptRuleSetPropspublic final List<ReceiptRuleOptions> getRules()
ReceiptRuleSetPropsRules are added in the same order as they appear in the list.
Default: - No rules are added to the rule set.
getRules in interface ReceiptRuleSetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.