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