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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnDataAccessor.AttributeFilterProperty
CfnDataAccessor.AttributeFilterProperty.Builder, CfnDataAccessor.AttributeFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAccessor.AttributeFilterProperty.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 ObjectPerforms a logicalANDoperation on all supplied filters.final ObjectReturnstruewhen a document contains all the specified document attributes or metadata fields.final ObjectReturnstruewhen a document contains any of the specified document attributes or metadata fields.final ObjectPerforms an equals operation on two document attributes or metadata fields.final ObjectPerforms a greater than operation on two document attributes or metadata fields.final ObjectPerforms a greater or equals than operation on two document attributes or metadata fields.final ObjectPerforms a less than operation on two document attributes or metadata fields.final ObjectPerforms a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type :dateValueandlongValue.final ObjectPerforms a logicalNOToperation on all supplied filters.final ObjectPerforms a logicalORoperation on all supplied filters.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 theCfnDataAccessor.AttributeFilterProperty.Builder.
-
-
Method Details
-
getAndAllFilters
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a logicalANDoperation on all supplied filters.- Specified by:
getAndAllFiltersin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getContainsAll
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyReturnstruewhen a document contains all the specified document attributes or metadata fields.Supported for the following document attribute value types :
stringListValue.- Specified by:
getContainsAllin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getContainsAny
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyReturnstruewhen a document contains any of the specified document attributes or metadata fields.Supported for the following document attribute value types :
stringListValue.- Specified by:
getContainsAnyin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getEqualsTo
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms an equals operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValue,longValue,stringListValueandstringValue.- Specified by:
getEqualsToin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getGreaterThan
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a greater than operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValueandlongValue.- Specified by:
getGreaterThanin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getGreaterThanOrEquals
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a greater or equals than operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValueandlongValue.- Specified by:
getGreaterThanOrEqualsin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getLessThan
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a less than operation on two document attributes or metadata fields.Supported for the following document attribute value types :
dateValueandlongValue.- Specified by:
getLessThanin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getLessThanOrEquals
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type :dateValueandlongValue.- Specified by:
getLessThanOrEqualsin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getNotFilter
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a logicalNOToperation on all supplied filters.- Specified by:
getNotFilterin interfaceCfnDataAccessor.AttributeFilterProperty- See Also:
-
getOrAllFilters
Description copied from interface:CfnDataAccessor.AttributeFilterPropertyPerforms a logicalORoperation on all supplied filters.- Specified by:
getOrAllFiltersin interfaceCfnDataAccessor.AttributeFilterProperty- 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()
-