Class CfnForm.FormInputValuePropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormInputValuePropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnForm.FormInputValuePropertyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnForm.FormInputValuePropertyProperty
@Stability(Stable)
@Internal
public static final class CfnForm.FormInputValuePropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnForm.FormInputValuePropertyProperty
An implementation for
CfnForm.FormInputValuePropertyProperty-
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.CfnForm.FormInputValuePropertyProperty
CfnForm.FormInputValuePropertyProperty.Builder, CfnForm.FormInputValuePropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnForm.FormInputValuePropertyProperty.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 fields to data at runtime.final ObjectA list of form properties to concatenate to create the value to assign to this field property.final StringgetValue()The value to assign to the input field.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 theCfnForm.FormInputValuePropertyProperty.Builder.
-
-
Method Details
-
getBindingProperties
Description copied from interface:CfnForm.FormInputValuePropertyPropertyThe information to bind fields to data at runtime.Returns union: either
IResolvableorCfnForm.FormInputValuePropertyBindingPropertiesProperty- Specified by:
getBindingPropertiesin interfaceCfnForm.FormInputValuePropertyProperty- See Also:
-
getConcat
Description copied from interface:CfnForm.FormInputValuePropertyPropertyA list of form properties to concatenate to create the value to assign to this field property.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnForm.FormInputValuePropertyProperty>- Specified by:
getConcatin interfaceCfnForm.FormInputValuePropertyProperty- See Also:
-
getValue
Description copied from interface:CfnForm.FormInputValuePropertyPropertyThe value to assign to the input field.- Specified by:
getValuein interfaceCfnForm.FormInputValuePropertyProperty- 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()
-