Class ReceiptRuleSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ReceiptRuleSetProps.Jsii$Proxy
- All Implemented Interfaces:
ReceiptRuleSetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ReceiptRuleSetProps
@Stability(Stable)
@Internal
public static final class ReceiptRuleSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ReceiptRuleSetProps
An implementation for
ReceiptRuleSetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ReceiptRuleSetProps
ReceiptRuleSetProps.Builder, ReceiptRuleSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ReceiptRuleSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theReceiptRuleSetProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Boolean
Whether to add a first rule to stop processing messages that have at least one spam indicator.final String
The name for the receipt rule set.final List<ReceiptRuleOptions>
getRules()
The list of rules to add to this rule set.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theReceiptRuleSetProps.Builder
.
-
-
Method Details
-
getDropSpam
Description copied from interface:ReceiptRuleSetProps
Whether to add a first rule to stop processing messages that have at least one spam indicator.Default: false
- Specified by:
getDropSpam
in interfaceReceiptRuleSetProps
-
getReceiptRuleSetName
Description copied from interface:ReceiptRuleSetProps
The name for the receipt rule set.Default: - A CloudFormation generated name.
- Specified by:
getReceiptRuleSetName
in interfaceReceiptRuleSetProps
-
getRules
Description copied from interface:ReceiptRuleSetProps
The list of rules to add to this rule set.Rules are added in the same order as they appear in the list.
Default: - No rules are added to the rule set.
- Specified by:
getRules
in interfaceReceiptRuleSetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-