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 ObjectCfnForm.FieldInputConfigProperty.FileUploaderConfig.final ObjectCfnForm.FieldInputConfigProperty.IsArray.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
-
getDefaultChecked
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies whether a field has a default value.- Specified by:
getDefaultCheckedin interfaceCfnForm.FieldInputConfigProperty
-
getDefaultCountryCode
Description copied from interface:CfnForm.FieldInputConfigPropertyThe default country code for a phone number.- Specified by:
getDefaultCountryCodein interfaceCfnForm.FieldInputConfigProperty
-
getDefaultValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe default value for the field.- Specified by:
getDefaultValuein interfaceCfnForm.FieldInputConfigProperty
-
getDescriptiveText
Description copied from interface:CfnForm.FieldInputConfigPropertyThe text to display to describe the field.- Specified by:
getDescriptiveTextin interfaceCfnForm.FieldInputConfigProperty
-
getFileUploaderConfig
Description copied from interface:CfnForm.FieldInputConfigPropertyCfnForm.FieldInputConfigProperty.FileUploaderConfig.- Specified by:
getFileUploaderConfigin interfaceCfnForm.FieldInputConfigProperty
-
getIsArray
Description copied from interface:CfnForm.FieldInputConfigPropertyCfnForm.FieldInputConfigProperty.IsArray.- Specified by:
getIsArrayin interfaceCfnForm.FieldInputConfigProperty
-
getMaxValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe maximum value to display for the field.- Specified by:
getMaxValuein interfaceCfnForm.FieldInputConfigProperty
-
getMinValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe minimum value to display for the field.- Specified by:
getMinValuein interfaceCfnForm.FieldInputConfigProperty
-
getName
Description copied from interface:CfnForm.FieldInputConfigPropertyThe name of the field.- Specified by:
getNamein interfaceCfnForm.FieldInputConfigProperty
-
getPlaceholder
Description copied from interface:CfnForm.FieldInputConfigPropertyThe text to display as a placeholder for the field.- Specified by:
getPlaceholderin interfaceCfnForm.FieldInputConfigProperty
-
getReadOnly
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies a read only field.- Specified by:
getReadOnlyin interfaceCfnForm.FieldInputConfigProperty
-
getRequired
Description copied from interface:CfnForm.FieldInputConfigPropertySpecifies a field that requires input.- Specified by:
getRequiredin interfaceCfnForm.FieldInputConfigProperty
-
getStep
Description copied from interface:CfnForm.FieldInputConfigPropertyThe stepping increment for a numeric value in a field.- Specified by:
getStepin interfaceCfnForm.FieldInputConfigProperty
-
getValue
Description copied from interface:CfnForm.FieldInputConfigPropertyThe value for the field.- Specified by:
getValuein interfaceCfnForm.FieldInputConfigProperty
-
getValueMappings
Description copied from interface:CfnForm.FieldInputConfigPropertyThe information to use to customize the input fields with data at runtime.- Specified by:
getValueMappingsin interfaceCfnForm.FieldInputConfigProperty
-
$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()
-