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
  • 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

      protected Jsii$Proxy(ReceiptRuleSetProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ReceiptRuleSetProps.Builder.
  • Method Details

    • getDropSpam

      public final Boolean 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 interface ReceiptRuleSetProps
    • getReceiptRuleSetName

      public final String getReceiptRuleSetName()
      Description copied from interface: ReceiptRuleSetProps
      The name for the receipt rule set.

      Default: - A CloudFormation generated name.

      Specified by:
      getReceiptRuleSetName in interface ReceiptRuleSetProps
    • getRules

      public final List<ReceiptRuleOptions> 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 interface ReceiptRuleSetProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object