Class CfnComponentPropsMixin.ComponentConditionPropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.ComponentConditionPropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentPropsMixin.ComponentConditionPropertyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentPropsMixin.ComponentConditionPropertyProperty
@Stability(Stable)
@Internal
public static final class CfnComponentPropsMixin.ComponentConditionPropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentPropsMixin.ComponentConditionPropertyProperty
An implementation for
CfnComponentPropsMixin.ComponentConditionPropertyProperty-
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.ComponentConditionPropertyProperty
CfnComponentPropsMixin.ComponentConditionPropertyProperty.Builder, CfnComponentPropsMixin.ComponentConditionPropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentPropsMixin.ComponentConditionPropertyProperty.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 ObjectThe value to assign to the property if the condition is not met.final StringgetField()The name of a field.final StringThe value of the property to evaluate.final StringThe type of the property to evaluate.final StringThe operator to use to perform the evaluation, such aseqto represent equals.final StringThe name of the conditional property.final ObjectgetThen()The value to assign to the property if the condition is met.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.ComponentConditionPropertyProperty.Builder.
-
-
Method Details
-
getElseValue
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe value to assign to the property if the condition is not met.Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getElseValuein interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- See Also:
-
getField
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe name of a field.Specify this when the property is a data model.
- Specified by:
getFieldin interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- See Also:
-
getOperand
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe value of the property to evaluate.- Specified by:
getOperandin interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- See Also:
-
getOperandType
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe type of the property to evaluate.- Specified by:
getOperandTypein interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- See Also:
-
getOperator
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe operator to use to perform the evaluation, such aseqto represent equals.- Specified by:
getOperatorin interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- See Also:
-
getProperty
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe name of the conditional property.- Specified by:
getPropertyin interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- See Also:
-
getThen
Description copied from interface:CfnComponentPropsMixin.ComponentConditionPropertyPropertyThe value to assign to the property if the condition is met.Returns union: either
IResolvableorCfnComponentPropsMixin.ComponentPropertyProperty- Specified by:
getThenin interfaceCfnComponentPropsMixin.ComponentConditionPropertyProperty- 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()
-