Class CfnComponent.ComponentPropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponent.ComponentPropertyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnComponent.ComponentPropertyProperty
@Stability(Stable)
@Internal
public static final class CfnComponent.ComponentPropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.ComponentPropertyProperty
An implementation for
CfnComponent.ComponentPropertyProperty-
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.ComponentPropertyProperty
CfnComponent.ComponentPropertyProperty.Builder, CfnComponent.ComponentPropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.ComponentPropertyProperty.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 information to bind the component property to data at runtime.final ObjectThe information to bind the component property to form data.final ObjectThe information to bind the component property to data at runtime.final StringThe name of the component that is affected by an event.final ObjectA list of component properties to concatenate to create the value to assign to this component property.final ObjectThe conditional expression to use to assign a value to the component property.final ObjectSpecifies whether the user configured the property in Amplify Studio after importing it.final StringThe default value to assign to the component property.final StringgetEvent()An event that occurs in your app.final StringThe default value assigned to the property when the component is imported into an app.final StringgetModel()The data model to use to assign a value to the component property.final StringThe name of the component's property that is affected by an event.final StringgetType()The component type.final StringAn authenticated user attribute to use to assign a value to the component property.final StringgetValue()The value to assign to the component property.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.ComponentPropertyProperty.Builder.
-
-
Method Details
-
getBindingProperties
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe information to bind the component property to data at runtime.- Specified by:
getBindingPropertiesin interfaceCfnComponent.ComponentPropertyProperty
-
getBindings
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe information to bind the component property to form data.- Specified by:
getBindingsin interfaceCfnComponent.ComponentPropertyProperty
-
getCollectionBindingProperties
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe information to bind the component property to data at runtime.Use this for collection components.
- Specified by:
getCollectionBindingPropertiesin interfaceCfnComponent.ComponentPropertyProperty
-
getComponentName
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe name of the component that is affected by an event.- Specified by:
getComponentNamein interfaceCfnComponent.ComponentPropertyProperty
-
getConcat
Description copied from interface:CfnComponent.ComponentPropertyPropertyA list of component properties to concatenate to create the value to assign to this component property.- Specified by:
getConcatin interfaceCfnComponent.ComponentPropertyProperty
-
getCondition
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe conditional expression to use to assign a value to the component property.- Specified by:
getConditionin interfaceCfnComponent.ComponentPropertyProperty
-
getConfigured
Description copied from interface:CfnComponent.ComponentPropertyPropertySpecifies whether the user configured the property in Amplify Studio after importing it.- Specified by:
getConfiguredin interfaceCfnComponent.ComponentPropertyProperty
-
getDefaultValue
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe default value to assign to the component property.- Specified by:
getDefaultValuein interfaceCfnComponent.ComponentPropertyProperty
-
getEvent
Description copied from interface:CfnComponent.ComponentPropertyPropertyAn event that occurs in your app.Use this for workflow data binding.
- Specified by:
getEventin interfaceCfnComponent.ComponentPropertyProperty
-
getImportedValue
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe default value assigned to the property when the component is imported into an app.- Specified by:
getImportedValuein interfaceCfnComponent.ComponentPropertyProperty
-
getModel
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe data model to use to assign a value to the component property.- Specified by:
getModelin interfaceCfnComponent.ComponentPropertyProperty
-
getProperty
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe name of the component's property that is affected by an event.- Specified by:
getPropertyin interfaceCfnComponent.ComponentPropertyProperty
-
getType
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe component type.- Specified by:
getTypein interfaceCfnComponent.ComponentPropertyProperty
-
getUserAttribute
Description copied from interface:CfnComponent.ComponentPropertyPropertyAn authenticated user attribute to use to assign a value to the component property.- Specified by:
getUserAttributein interfaceCfnComponent.ComponentPropertyProperty
-
getValue
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe value to assign to the component property.- Specified by:
getValuein interfaceCfnComponent.ComponentPropertyProperty
-
$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()
-