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