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