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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.PredicateProperty
CfnComponent.PredicateProperty.Builder, CfnComponent.PredicateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponent.PredicateProperty.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
getAnd()
A list of predicates to combine logically.final String
getField()
The field to query.final String
The value to use when performing the evaluation.final String
The type of value to use when performing the evaluation.final String
The operator to use to perform the evaluation.final Object
getOr()
A list of predicates to combine logically.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 theCfnComponent.PredicateProperty.Builder
.
-
-
Method Details
-
getAnd
Description copied from interface:CfnComponent.PredicateProperty
A list of predicates to combine logically.- Specified by:
getAnd
in interfaceCfnComponent.PredicateProperty
- See Also:
-
getField
Description copied from interface:CfnComponent.PredicateProperty
The field to query.- Specified by:
getField
in interfaceCfnComponent.PredicateProperty
- See Also:
-
getOperand
Description copied from interface:CfnComponent.PredicateProperty
The value to use when performing the evaluation.- Specified by:
getOperand
in interfaceCfnComponent.PredicateProperty
- See Also:
-
getOperandType
Description copied from interface:CfnComponent.PredicateProperty
The type of value to use when performing the evaluation.- Specified by:
getOperandType
in interfaceCfnComponent.PredicateProperty
- See Also:
-
getOperator
Description copied from interface:CfnComponent.PredicateProperty
The operator to use to perform the evaluation.- Specified by:
getOperator
in interfaceCfnComponent.PredicateProperty
- See Also:
-
getOr
Description copied from interface:CfnComponent.PredicateProperty
A list of predicates to combine logically.- Specified by:
getOr
in interfaceCfnComponent.PredicateProperty
- 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()
-