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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentConditionPropertyProperty
CfnComponent.ComponentConditionPropertyProperty.Builder, CfnComponent.ComponentConditionPropertyProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.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 theCfnComponent.ComponentConditionPropertyProperty.Builder. 
 - 
 - 
Method Details
- 
getElseValue
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe value to assign to the property if the condition is not met.- Specified by:
 getElseValuein interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
getField
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe name of a field.Specify this when the property is a data model.
- Specified by:
 getFieldin interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
getOperand
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe value of the property to evaluate.- Specified by:
 getOperandin interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
getOperandType
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe type of the property to evaluate.- Specified by:
 getOperandTypein interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
getOperator
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe operator to use to perform the evaluation, such aseqto represent equals.- Specified by:
 getOperatorin interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
getProperty
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe name of the conditional property.- Specified by:
 getPropertyin interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
getThen
Description copied from interface:CfnComponent.ComponentConditionPropertyPropertyThe value to assign to the property if the condition is met.- Specified by:
 getThenin interfaceCfnComponent.ComponentConditionPropertyProperty
 - 
$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() 
 -