Class CfnComponent.ComponentConditionPropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentConditionPropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponent.ComponentConditionPropertyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnComponent.ComponentConditionPropertyProperty
@Stability(Stable)
@Internal
public static final class CfnComponent.ComponentConditionPropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.ComponentConditionPropertyProperty
An implementation for
CfnComponent.ComponentConditionPropertyProperty
-
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.ComponentConditionPropertyProperty
CfnComponent.ComponentConditionPropertyProperty.Builder, CfnComponent.ComponentConditionPropertyProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponent.ComponentConditionPropertyProperty.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
The value to assign to the property if the condition is not met.final String
getField()
The name of a field.final String
The value of the property to evaluate.final String
The type of the property to evaluate.final String
The operator to use to perform the evaluation, such aseq
to represent equals.final String
The name of the conditional property.final Object
getThen()
The value to assign to the property if the condition is met.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.ComponentConditionPropertyProperty.Builder
.
-
-
Method Details
-
getElseValue
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The value to assign to the property if the condition is not met.- Specified by:
getElseValue
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
getField
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The name of a field.Specify this when the property is a data model.
- Specified by:
getField
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
getOperand
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The value of the property to evaluate.- Specified by:
getOperand
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
getOperandType
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The type of the property to evaluate.- Specified by:
getOperandType
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
getOperator
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The operator to use to perform the evaluation, such aseq
to represent equals.- Specified by:
getOperator
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
getProperty
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The name of the conditional property.- Specified by:
getProperty
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
getThen
Description copied from interface:CfnComponent.ComponentConditionPropertyProperty
The value to assign to the property if the condition is met.- Specified by:
getThen
in interfaceCfnComponent.ComponentConditionPropertyProperty
-
$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()
-