Class NumericConditions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.NumericConditions.Jsii$Proxy
- All Implemented Interfaces:
NumericConditions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NumericConditions
@Stability(Stable)
@Internal
public static final class NumericConditions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NumericConditions
An implementation for
NumericConditions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sns.NumericConditions
NumericConditions.Builder, NumericConditions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(NumericConditions.Builder builder) Constructor that initializes the object based on literal property values passed by theNumericConditions.Builder
.protected
Jsii$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.JsonNode
final boolean
Match one or more values.final BetweenCondition
Match values that are between the specified values.final BetweenCondition
Match values that are strictly between the specified values.final Number
Match values that are greater than the specified value.final Number
Match values that are greater than or equal to the specified value.final Number
Match values that are less than the specified value.final Number
Match values that are less than or equal to the specified value.(deprecated) Match one or more values.final int
hashCode()
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 theNumericConditions.Builder
.
-
-
Method Details
-
getAllowlist
Description copied from interface:NumericConditions
Match one or more values.Default: - None
- Specified by:
getAllowlist
in interfaceNumericConditions
-
getBetween
Description copied from interface:NumericConditions
Match values that are between the specified values.Default: - None
- Specified by:
getBetween
in interfaceNumericConditions
-
getBetweenStrict
Description copied from interface:NumericConditions
Match values that are strictly between the specified values.Default: - None
- Specified by:
getBetweenStrict
in interfaceNumericConditions
-
getGreaterThan
Description copied from interface:NumericConditions
Match values that are greater than the specified value.Default: - None
- Specified by:
getGreaterThan
in interfaceNumericConditions
-
getGreaterThanOrEqualTo
Description copied from interface:NumericConditions
Match values that are greater than or equal to the specified value.Default: - None
- Specified by:
getGreaterThanOrEqualTo
in interfaceNumericConditions
-
getLessThan
Description copied from interface:NumericConditions
Match values that are less than the specified value.Default: - None
- Specified by:
getLessThan
in interfaceNumericConditions
-
getLessThanOrEqualTo
Description copied from interface:NumericConditions
Match values that are less than or equal to the specified value.Default: - None
- Specified by:
getLessThanOrEqualTo
in interfaceNumericConditions
-
getWhitelist
Description copied from interface:NumericConditions
(deprecated) Match one or more values.Default: - None
- Specified by:
getWhitelist
in interfaceNumericConditions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-