Class CfnComponentPropsMixin.PredicateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.PredicateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentPropsMixin.PredicateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentPropsMixin.PredicateProperty
@Stability(Stable)
@Internal
public static final class CfnComponentPropsMixin.PredicateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentPropsMixin.PredicateProperty
An implementation for
CfnComponentPropsMixin.PredicateProperty-
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.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.PredicateProperty
CfnComponentPropsMixin.PredicateProperty.Builder, CfnComponentPropsMixin.PredicateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentPropsMixin.PredicateProperty.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 ObjectgetAnd()A list of predicates to combine logically.final StringgetField()The field to query.final StringThe value to use when performing the evaluation.final StringThe type of value to use when performing the evaluation.final StringThe operator to use to perform the evaluation.final ObjectgetOr()A list of predicates to combine logically.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 theCfnComponentPropsMixin.PredicateProperty.Builder.
-
-
Method Details
-
getAnd
Description copied from interface:CfnComponentPropsMixin.PredicatePropertyA list of predicates to combine logically.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnComponentPropsMixin.PredicateProperty>- Specified by:
getAndin interfaceCfnComponentPropsMixin.PredicateProperty- See Also:
-
getField
Description copied from interface:CfnComponentPropsMixin.PredicatePropertyThe field to query.- Specified by:
getFieldin interfaceCfnComponentPropsMixin.PredicateProperty- See Also:
-
getOperand
Description copied from interface:CfnComponentPropsMixin.PredicatePropertyThe value to use when performing the evaluation.- Specified by:
getOperandin interfaceCfnComponentPropsMixin.PredicateProperty- See Also:
-
getOperandType
Description copied from interface:CfnComponentPropsMixin.PredicatePropertyThe type of value to use when performing the evaluation.- Specified by:
getOperandTypein interfaceCfnComponentPropsMixin.PredicateProperty- See Also:
-
getOperator
Description copied from interface:CfnComponentPropsMixin.PredicatePropertyThe operator to use to perform the evaluation.- Specified by:
getOperatorin interfaceCfnComponentPropsMixin.PredicateProperty- See Also:
-
getOr
Description copied from interface:CfnComponentPropsMixin.PredicatePropertyA list of predicates to combine logically.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnComponentPropsMixin.PredicateProperty>- Specified by:
getOrin interfaceCfnComponentPropsMixin.PredicateProperty- 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()
-