Class CfnMailManagerRuleSet.RuleVerdictExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RuleVerdictExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnMailManagerRuleSet.RuleVerdictExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnMailManagerRuleSet.RuleVerdictExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.RuleVerdictExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.RuleVerdictExpressionProperty
An implementation for 
CfnMailManagerRuleSet.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.services.ses.CfnMailManagerRuleSet.RuleVerdictExpressionProperty
CfnMailManagerRuleSet.RuleVerdictExpressionProperty.Builder, CfnMailManagerRuleSet.RuleVerdictExpressionProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.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 theCfnMailManagerRuleSet.RuleVerdictExpressionProperty.Builder. 
 - 
 - 
Method Details
- 
getEvaluate
Description copied from interface:CfnMailManagerRuleSet.RuleVerdictExpressionPropertyThe verdict to evaluate in a verdict condition expression.Returns union: either
IResolvableorCfnMailManagerRuleSet.RuleVerdictToEvaluateProperty- Specified by:
 getEvaluatein interfaceCfnMailManagerRuleSet.RuleVerdictExpressionProperty- See Also:
 
 - 
getOperator
Description copied from interface:CfnMailManagerRuleSet.RuleVerdictExpressionPropertyThe matching operator for a verdict condition expression.- Specified by:
 getOperatorin interfaceCfnMailManagerRuleSet.RuleVerdictExpressionProperty- See Also:
 
 - 
getValues
Description copied from interface:CfnMailManagerRuleSet.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 interfaceCfnMailManagerRuleSet.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() 
 -