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.Returns union: either
IResolvableorCfnComponent.ComponentPropertyBindingPropertiesProperty- Specified by:
getBindingPropertiesin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getBindings
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe information to bind the component property to form data.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnComponent.FormBindingElementProperty>- Specified by:
getBindingsin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getCollectionBindingProperties
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe information to bind the component property to data at runtime.Use this for collection components.
Returns union: either
IResolvableorCfnComponent.ComponentPropertyBindingPropertiesProperty- Specified by:
getCollectionBindingPropertiesin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getComponentName
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe name of the component that is affected by an event.- Specified by:
getComponentNamein interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getConcat
Description copied from interface:CfnComponent.ComponentPropertyPropertyA list of component properties to concatenate to create the value to assign to this component property.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnComponent.ComponentPropertyProperty>- Specified by:
getConcatin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getCondition
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe conditional expression to use to assign a value to the component property.Returns union: either
IResolvableorCfnComponent.ComponentConditionPropertyProperty- Specified by:
getConditionin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getConfigured
Description copied from interface:CfnComponent.ComponentPropertyPropertySpecifies whether the user configured the property in Amplify Studio after importing it.Returns union: either
BooleanorIResolvable- Specified by:
getConfiguredin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe default value to assign to the component property.- Specified by:
getDefaultValuein interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getEvent
Description copied from interface:CfnComponent.ComponentPropertyPropertyAn event that occurs in your app.Use this for workflow data binding.
- Specified by:
getEventin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
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- See Also:
-
getModel
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe data model to use to assign a value to the component property.- Specified by:
getModelin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getProperty
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe name of the component's property that is affected by an event.- Specified by:
getPropertyin interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
getType
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe component type.- Specified by:
getTypein interfaceCfnComponent.ComponentPropertyProperty- See Also:
-
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- See Also:
-
getValue
Description copied from interface:CfnComponent.ComponentPropertyPropertyThe value to assign to the component property.- Specified by:
getValuein interfaceCfnComponent.ComponentPropertyProperty- 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()
-