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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sns.NumericConditions
NumericConditions.Builder, NumericConditions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NumericConditions.Builder builder) Constructor that initializes the object based on literal property values passed by theNumericConditions.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 booleanMatch one or more values.final BetweenConditionMatch values that are between the specified values.final BetweenConditionMatch values that are strictly between the specified values.final NumberMatch values that are greater than the specified value.final NumberMatch values that are greater than or equal to the specified value.final NumberMatch values that are less than the specified value.final NumberMatch values that are less than or equal to the specified value.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 theNumericConditions.Builder.
-
-
Method Details
-
getAllowlist
Description copied from interface:NumericConditionsMatch one or more values.Default: - None
- Specified by:
getAllowlistin interfaceNumericConditions
-
getBetween
Description copied from interface:NumericConditionsMatch values that are between the specified values.Default: - None
- Specified by:
getBetweenin interfaceNumericConditions
-
getBetweenStrict
Description copied from interface:NumericConditionsMatch values that are strictly between the specified values.Default: - None
- Specified by:
getBetweenStrictin interfaceNumericConditions
-
getGreaterThan
Description copied from interface:NumericConditionsMatch values that are greater than the specified value.Default: - None
- Specified by:
getGreaterThanin interfaceNumericConditions
-
getGreaterThanOrEqualTo
Description copied from interface:NumericConditionsMatch values that are greater than or equal to the specified value.Default: - None
- Specified by:
getGreaterThanOrEqualToin interfaceNumericConditions
-
getLessThan
Description copied from interface:NumericConditionsMatch values that are less than the specified value.Default: - None
- Specified by:
getLessThanin interfaceNumericConditions
-
getLessThanOrEqualTo
Description copied from interface:NumericConditionsMatch values that are less than or equal to the specified value.Default: - None
- Specified by:
getLessThanOrEqualToin interfaceNumericConditions
-
$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()
-