Class CfnDataAccessor.AttributeFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnDataAccessor.AttributeFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAccessor.AttributeFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAccessor.AttributeFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDataAccessor.AttributeFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAccessor.AttributeFilterProperty
An implementation for
CfnDataAccessor.AttributeFilterProperty
-
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.qbusiness.CfnDataAccessor.AttributeFilterProperty
CfnDataAccessor.AttributeFilterProperty.Builder, CfnDataAccessor.AttributeFilterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataAccessor.AttributeFilterProperty.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
final Object
Performs a logicalAND
operation on all supplied filters.final Object
Returnstrue
when a document contains all the specified document attributes or metadata fields.final Object
Returnstrue
when a document contains any of the specified document attributes or metadata fields.final Object
Performs an equals operation on two document attributes or metadata fields.final Object
Performs a greater than operation on two document attributes or metadata fields.final Object
Performs a greater or equals than operation on two document attributes or metadata fields.final Object
Performs a less than operation on two document attributes or metadata fields.final Object
Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type :dateValue
andlongValue
.final Object
Performs a logicalNOT
operation on all supplied filters.final Object
Performs a logicalOR
operation on all supplied filters.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 theCfnDataAccessor.AttributeFilterProperty.Builder
.
-
-
Method Details
-
getAndAllFilters
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a logicalAND
operation on all supplied filters.- Specified by:
getAndAllFilters
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getContainsAll
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Returnstrue
when a document contains all the specified document attributes or metadata fields.Supported for the following document attribute value types :
stringListValue
.- Specified by:
getContainsAll
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getContainsAny
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Returnstrue
when a document contains any of the specified document attributes or metadata fields.Supported for the following document attribute value types :
stringListValue
.- Specified by:
getContainsAny
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getEqualsTo
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs an equals operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValue
,longValue
,stringListValue
andstringValue
.- Specified by:
getEqualsTo
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getGreaterThan
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a greater than operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValue
andlongValue
.- Specified by:
getGreaterThan
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getGreaterThanOrEquals
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a greater or equals than operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValue
andlongValue
.- Specified by:
getGreaterThanOrEquals
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getLessThan
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a less than operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValue
andlongValue
.- Specified by:
getLessThan
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getLessThanOrEquals
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type :dateValue
andlongValue
.- Specified by:
getLessThanOrEquals
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getNotFilter
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a logicalNOT
operation on all supplied filters.- Specified by:
getNotFilter
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
getOrAllFilters
Description copied from interface:CfnDataAccessor.AttributeFilterProperty
Performs a logicalOR
operation on all supplied filters.- Specified by:
getOrAllFilters
in interfaceCfnDataAccessor.AttributeFilterProperty
- See Also:
-
$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()
-