Class CfnFindingsFilter.CriterionAdditionalPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.macie.CfnFindingsFilter.CriterionAdditionalPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFindingsFilter.CriterionAdditionalPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFindingsFilter.CriterionAdditionalPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFindingsFilter.CriterionAdditionalPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFindingsFilter.CriterionAdditionalPropertiesProperty
An implementation for
CfnFindingsFilter.CriterionAdditionalPropertiesProperty-
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.macie.CfnFindingsFilter.CriterionAdditionalPropertiesProperty
CfnFindingsFilter.CriterionAdditionalPropertiesProperty.Builder, CfnFindingsFilter.CriterionAdditionalPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFindingsFilter.CriterionAdditionalPropertiesProperty.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 booleangetEq()The value for the specified property matches (equals) the specified value.final NumbergetGt()The value for the specified property is greater than the specified value.final NumbergetGte()The value for the specified property is greater than or equal to the specified value.final NumbergetLt()The value for the specified property is less than the specified value.final NumbergetLte()The value for the specified property is less than or equal to the specified value.getNeq()The value for the specified property doesn't match (doesn't equal) 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 theCfnFindingsFilter.CriterionAdditionalPropertiesProperty.Builder.
-
-
Method Details
-
getEq
Description copied from interface:CfnFindingsFilter.CriterionAdditionalPropertiesPropertyThe value for the specified property matches (equals) the specified value.If you specify multiple values, Amazon Macie uses OR logic to join the values.
- Specified by:
getEqin interfaceCfnFindingsFilter.CriterionAdditionalPropertiesProperty- See Also:
-
getGt
Description copied from interface:CfnFindingsFilter.CriterionAdditionalPropertiesPropertyThe value for the specified property is greater than the specified value.- Specified by:
getGtin interfaceCfnFindingsFilter.CriterionAdditionalPropertiesProperty- See Also:
-
getGte
Description copied from interface:CfnFindingsFilter.CriterionAdditionalPropertiesPropertyThe value for the specified property is greater than or equal to the specified value.- Specified by:
getGtein interfaceCfnFindingsFilter.CriterionAdditionalPropertiesProperty- See Also:
-
getLt
Description copied from interface:CfnFindingsFilter.CriterionAdditionalPropertiesPropertyThe value for the specified property is less than the specified value.- Specified by:
getLtin interfaceCfnFindingsFilter.CriterionAdditionalPropertiesProperty- See Also:
-
getLte
Description copied from interface:CfnFindingsFilter.CriterionAdditionalPropertiesPropertyThe value for the specified property is less than or equal to the specified value.- Specified by:
getLtein interfaceCfnFindingsFilter.CriterionAdditionalPropertiesProperty- See Also:
-
getNeq
Description copied from interface:CfnFindingsFilter.CriterionAdditionalPropertiesPropertyThe value for the specified property doesn't match (doesn't equal) the specified value.If you specify multiple values, Amazon Macie uses OR logic to join the values.
- Specified by:
getNeqin interfaceCfnFindingsFilter.CriterionAdditionalPropertiesProperty- 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()
-