Class CfnForm.FieldConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FieldConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnForm.FieldConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnForm.FieldConfigProperty
@Stability(Stable)
@Internal
public static final class CfnForm.FieldConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnForm.FieldConfigProperty
An implementation for
CfnForm.FieldConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FieldConfigProperty
CfnForm.FieldConfigProperty.Builder, CfnForm.FieldConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnForm.FieldConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies whether to hide a field.final Object
Describes the configuration for the default input value to display for a field.final String
getLabel()
The label for the field.final Object
Specifies the field position.final Object
The validations to perform on the value in the field.final int
hashCode()
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.FieldConfigProperty.Builder
.
-
-
Method Details
-
getExcluded
Description copied from interface:CfnForm.FieldConfigProperty
Specifies whether to hide a field.- Specified by:
getExcluded
in interfaceCfnForm.FieldConfigProperty
- See Also:
-
getInputType
Description copied from interface:CfnForm.FieldConfigProperty
Describes the configuration for the default input value to display for a field.- Specified by:
getInputType
in interfaceCfnForm.FieldConfigProperty
- See Also:
-
getLabel
Description copied from interface:CfnForm.FieldConfigProperty
The label for the field.- Specified by:
getLabel
in interfaceCfnForm.FieldConfigProperty
- See Also:
-
getPosition
Description copied from interface:CfnForm.FieldConfigProperty
Specifies the field position.- Specified by:
getPosition
in interfaceCfnForm.FieldConfigProperty
- See Also:
-
getValidations
Description copied from interface:CfnForm.FieldConfigProperty
The validations to perform on the value in the field.- Specified by:
getValidations
in interfaceCfnForm.FieldConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-