Class CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty
An implementation for
CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty-
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.CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty
CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.Builder, CfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.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 left hand side argument of an IP condition expression.final StringThe matching operator for an IP condition expression.The right hand side argument of an IP 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 theCfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty.Builder.
-
-
Method Details
-
getEvaluate
Description copied from interface:CfnMailManagerTrafficPolicy.IngressIpv4ExpressionPropertyThe left hand side argument of an IP condition expression.Returns union: either
IResolvableorCfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty- Specified by:
getEvaluatein interfaceCfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty- See Also:
-
getOperator
Description copied from interface:CfnMailManagerTrafficPolicy.IngressIpv4ExpressionPropertyThe matching operator for an IP condition expression.- Specified by:
getOperatorin interfaceCfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty- See Also:
-
getValues
Description copied from interface:CfnMailManagerTrafficPolicy.IngressIpv4ExpressionPropertyThe right hand side argument of an IP condition expression.- Specified by:
getValuesin interfaceCfnMailManagerTrafficPolicy.IngressIpv4ExpressionProperty- 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()
-