Class CfnMailManagerRuleSet.RuleIpExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RuleIpExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnMailManagerRuleSet.RuleIpExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnMailManagerRuleSet.RuleIpExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.RuleIpExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.RuleIpExpressionProperty
An implementation for 
CfnMailManagerRuleSet.RuleIpExpressionProperty- 
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.RuleIpExpressionProperty
CfnMailManagerRuleSet.RuleIpExpressionProperty.Builder, CfnMailManagerRuleSet.RuleIpExpressionProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.RuleIpExpressionProperty.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 IP address to evaluate in this condition.final StringThe operator to evaluate the IP address.The IP CIDR blocks in format "x.y.z.w/n" (eg 10.0.0.0/8) to match with the email's IP address.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.RuleIpExpressionProperty.Builder. 
 - 
 - 
Method Details
- 
getEvaluate
Description copied from interface:CfnMailManagerRuleSet.RuleIpExpressionPropertyThe IP address to evaluate in this condition.Returns union: either
IResolvableorCfnMailManagerRuleSet.RuleIpToEvaluateProperty- Specified by:
 getEvaluatein interfaceCfnMailManagerRuleSet.RuleIpExpressionProperty- See Also:
 
 - 
getOperator
Description copied from interface:CfnMailManagerRuleSet.RuleIpExpressionPropertyThe operator to evaluate the IP address.- Specified by:
 getOperatorin interfaceCfnMailManagerRuleSet.RuleIpExpressionProperty- See Also:
 
 - 
getValues
Description copied from interface:CfnMailManagerRuleSet.RuleIpExpressionPropertyThe IP CIDR blocks in format "x.y.z.w/n" (eg 10.0.0.0/8) to match with the email's IP address. For the operator CIDR_MATCHES, if multiple values are given, they are evaluated as an OR. That is, if the IP address is contained within any of the given CIDR ranges, the condition is deemed to match. For NOT_CIDR_MATCHES, if multiple CIDR ranges are given, the condition is deemed to match if the IP address is not contained in any of the given CIDR ranges.- Specified by:
 getValuesin interfaceCfnMailManagerRuleSet.RuleIpExpressionProperty- 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() 
 -