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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty
CfnComponent.ComponentPropertyProperty.Builder, CfnComponent.ComponentPropertyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponent.ComponentPropertyProperty.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 information to bind the component property to data at runtime.final Object
The information to bind the component property to form data.final Object
The information to bind the component property to data at runtime.final String
The name of the component that is affected by an event.final Object
A list of component properties to concatenate to create the value to assign to this component property.final Object
The conditional expression to use to assign a value to the component property.final Object
Specifies whether the user configured the property in Amplify Studio after importing it.final String
The default value to assign to the component property.final String
getEvent()
An event that occurs in your app.final String
The default value assigned to the property when the component is imported into an app.final String
getModel()
The data model to use to assign a value to the component property.final String
The name of the component's property that is affected by an event.final String
getType()
The component type.final String
An authenticated user attribute to use to assign a value to the component property.final String
getValue()
The value to assign to the component property.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.ComponentPropertyProperty.Builder
.
-
-
Method Details
-
getBindingProperties
Description copied from interface:CfnComponent.ComponentPropertyProperty
The information to bind the component property to data at runtime.- Specified by:
getBindingProperties
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getBindings
Description copied from interface:CfnComponent.ComponentPropertyProperty
The information to bind the component property to form data.- Specified by:
getBindings
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getCollectionBindingProperties
Description copied from interface:CfnComponent.ComponentPropertyProperty
The information to bind the component property to data at runtime.Use this for collection components.
- Specified by:
getCollectionBindingProperties
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getComponentName
Description copied from interface:CfnComponent.ComponentPropertyProperty
The name of the component that is affected by an event.- Specified by:
getComponentName
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getConcat
Description copied from interface:CfnComponent.ComponentPropertyProperty
A list of component properties to concatenate to create the value to assign to this component property.- Specified by:
getConcat
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getCondition
Description copied from interface:CfnComponent.ComponentPropertyProperty
The conditional expression to use to assign a value to the component property.- Specified by:
getCondition
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getConfigured
Description copied from interface:CfnComponent.ComponentPropertyProperty
Specifies whether the user configured the property in Amplify Studio after importing it.- Specified by:
getConfigured
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getDefaultValue
Description copied from interface:CfnComponent.ComponentPropertyProperty
The default value to assign to the component property.- Specified by:
getDefaultValue
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getEvent
Description copied from interface:CfnComponent.ComponentPropertyProperty
An event that occurs in your app.Use this for workflow data binding.
- Specified by:
getEvent
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getImportedValue
Description copied from interface:CfnComponent.ComponentPropertyProperty
The default value assigned to the property when the component is imported into an app.- Specified by:
getImportedValue
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getModel
Description copied from interface:CfnComponent.ComponentPropertyProperty
The data model to use to assign a value to the component property.- Specified by:
getModel
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getProperty
Description copied from interface:CfnComponent.ComponentPropertyProperty
The name of the component's property that is affected by an event.- Specified by:
getProperty
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getType
Description copied from interface:CfnComponent.ComponentPropertyProperty
The component type.- Specified by:
getType
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getUserAttribute
Description copied from interface:CfnComponent.ComponentPropertyProperty
An authenticated user attribute to use to assign a value to the component property.- Specified by:
getUserAttribute
in interfaceCfnComponent.ComponentPropertyProperty
- See Also:
-
getValue
Description copied from interface:CfnComponent.ComponentPropertyProperty
The value to assign to the component property.- Specified by:
getValue
in interfaceCfnComponent.ComponentPropertyProperty
- 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()
-