Class CfnForm.FieldInputConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FieldInputConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnForm.FieldInputConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnForm.FieldInputConfigProperty
@Stability(Stable)
@Internal
public static final class CfnForm.FieldInputConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnForm.FieldInputConfigProperty
An implementation for
CfnForm.FieldInputConfigProperty-
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.FieldInputConfigProperty
CfnForm.FieldInputConfigProperty.Builder, CfnForm.FieldInputConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnForm.FieldInputConfigProperty.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 ObjectSpecifies whether a field has a default value.final StringThe default country code for a phone number.final StringThe default value for the field.final StringThe text to display to describe the field.final ObjectThe configuration for the file uploader field.final ObjectSpecifies whether to render the field as an array.final NumberThe maximum value to display for the field.final NumberThe minimum value to display for the field.final StringgetName()The name of the field.final StringThe text to display as a placeholder for the field.final ObjectSpecifies a read only field.final ObjectSpecifies a field that requires input.final NumbergetStep()The stepping increment for a numeric value in a field.final StringgetType()The input type for the field.final StringgetValue()The value for the field.final ObjectThe information to use to customize the input fields with data at runtime.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.FieldInputConfigProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnForm.FieldInputConfigPropertyThe input type for the field.- Specified by:
getTypein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getDefaultChecked
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies whether a field has a default value.Returns union: either
BooleanorIResolvable- Specified by:
getDefaultCheckedin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getDefaultCountryCode
Description copied from interface:CfnForm.FieldInputConfigPropertyThe default country code for a phone number.- Specified by:
getDefaultCountryCodein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getDefaultValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe default value for the field.- Specified by:
getDefaultValuein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getDescriptiveText
Description copied from interface:CfnForm.FieldInputConfigPropertyThe text to display to describe the field.- Specified by:
getDescriptiveTextin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getFileUploaderConfig
Description copied from interface:CfnForm.FieldInputConfigPropertyThe configuration for the file uploader field.Returns union: either
IResolvableorCfnForm.FileUploaderFieldConfigProperty- Specified by:
getFileUploaderConfigin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getIsArray
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies whether to render the field as an array.This property is ignored if the
dataSourceTypefor the form is a Data Store.Returns union: either
BooleanorIResolvable- Specified by:
getIsArrayin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getMaxValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe maximum value to display for the field.- Specified by:
getMaxValuein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getMinValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe minimum value to display for the field.- Specified by:
getMinValuein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getName
Description copied from interface:CfnForm.FieldInputConfigPropertyThe name of the field.- Specified by:
getNamein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getPlaceholder
Description copied from interface:CfnForm.FieldInputConfigPropertyThe text to display as a placeholder for the field.- Specified by:
getPlaceholderin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getReadOnly
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies a read only field.Returns union: either
BooleanorIResolvable- Specified by:
getReadOnlyin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getRequired
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies a field that requires input.Returns union: either
BooleanorIResolvable- Specified by:
getRequiredin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getStep
Description copied from interface:CfnForm.FieldInputConfigPropertyThe stepping increment for a numeric value in a field.- Specified by:
getStepin interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe value for the field.- Specified by:
getValuein interfaceCfnForm.FieldInputConfigProperty- See Also:
-
getValueMappings
Description copied from interface:CfnForm.FieldInputConfigPropertyThe information to use to customize the input fields with data at runtime.Returns union: either
IResolvableorCfnForm.ValueMappingsProperty- Specified by:
getValueMappingsin interfaceCfnForm.FieldInputConfigProperty- 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()
-