Class CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty
An implementation for
CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty-
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.mixins.preview.services.ses.mixins.CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty
CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.Builder, CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.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 ObjectThe verdict to evaluate in a verdict condition expression.final StringThe matching operator for a verdict condition expression.The values to match with the email's verdict using the given operator.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 theCfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty.Builder.
-
-
Method Details
-
getEvaluate
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionPropertyThe verdict to evaluate in a verdict condition expression.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.RuleVerdictToEvaluateProperty- Specified by:
getEvaluatein interfaceCfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty- See Also:
-
getOperator
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionPropertyThe matching operator for a verdict condition expression.- Specified by:
getOperatorin interfaceCfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty- See Also:
-
getValues
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionPropertyThe values to match with the email's verdict using the given operator.For the EQUALS operator, if multiple values are given, the condition is deemed to match if any of the given verdicts match that of the email. For the NOT_EQUALS operator, if multiple values are given, the condition is deemed to match of none of the given verdicts match the verdict of the email.
- Specified by:
getValuesin interfaceCfnMailManagerRuleSetPropsMixin.RuleVerdictExpressionProperty- 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()
-