Class CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty
An implementation for
CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty-
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.CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty
CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty.Builder, CfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty.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 string to evaluate in a string condition expression.final StringThe matching operator for a string condition expression.The string(s) to be evaluated in a string condition expression.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.RuleStringExpressionProperty.Builder.
-
-
Method Details
-
getEvaluate
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleStringExpressionPropertyThe string to evaluate in a string condition expression.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.RuleStringToEvaluateProperty- Specified by:
getEvaluatein interfaceCfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty- See Also:
-
getOperator
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleStringExpressionPropertyThe matching operator for a string condition expression.- Specified by:
getOperatorin interfaceCfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty- See Also:
-
getValues
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleStringExpressionPropertyThe string(s) to be evaluated in a string condition expression.For all operators, except for NOT_EQUALS, if multiple values are given, the values are processed as an OR. That is, if any of the values match the email's string using the given operator, the condition is deemed to match. However, for NOT_EQUALS, the condition is only deemed to match if none of the given strings match the email's string.
- Specified by:
getValuesin interfaceCfnMailManagerRuleSetPropsMixin.RuleStringExpressionProperty- 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()
-