Class CfnReceiptRuleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReceiptRuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReceiptRuleMixinProps
@Stability(Stable)
@Internal
public static final class CfnReceiptRuleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReceiptRuleMixinProps
An implementation for
CfnReceiptRuleMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRuleMixinProps
CfnReceiptRuleMixinProps.Builder, CfnReceiptRuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReceiptRuleMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetAfter()The name of an existing rule after which the new rule is placed.final ObjectgetRule()A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.final StringThe name of the rule set where the receipt rule is added.final inthashCode()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 theCfnReceiptRuleMixinProps.Builder.
-
-
Method Details
-
getAfter
Description copied from interface:CfnReceiptRuleMixinPropsThe name of an existing rule after which the new rule is placed.If this parameter is null, the new rule is inserted at the beginning of the rule list.
- Specified by:
getAfterin interfaceCfnReceiptRuleMixinProps- See Also:
-
getRule
Description copied from interface:CfnReceiptRuleMixinPropsA data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.Returns union: either
IResolvableorCfnReceiptRulePropsMixin.RuleProperty- Specified by:
getRulein interfaceCfnReceiptRuleMixinProps- See Also:
-
getRuleSetName
Description copied from interface:CfnReceiptRuleMixinPropsThe name of the rule set where the receipt rule is added.- Specified by:
getRuleSetNamein interfaceCfnReceiptRuleMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-