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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FieldConfigProperty
CfnForm.FieldConfigProperty.Builder, CfnForm.FieldConfigProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnForm.FieldConfigProperty.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 to hide a field.final ObjectDescribes the configuration for the default input value to display for a field.final StringgetLabel()The label for the field.final ObjectSpecifies the field position.final ObjectThe validations to perform on the value in the 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.FieldConfigProperty.Builder. 
 - 
 - 
Method Details
- 
getExcluded
Description copied from interface:CfnForm.FieldConfigPropertySpecifies whether to hide a field.- Specified by:
 getExcludedin interfaceCfnForm.FieldConfigProperty
 - 
getInputType
Description copied from interface:CfnForm.FieldConfigPropertyDescribes the configuration for the default input value to display for a field.- Specified by:
 getInputTypein interfaceCfnForm.FieldConfigProperty
 - 
getLabel
Description copied from interface:CfnForm.FieldConfigPropertyThe label for the field.- Specified by:
 getLabelin interfaceCfnForm.FieldConfigProperty
 - 
getPosition
Description copied from interface:CfnForm.FieldConfigPropertySpecifies the field position.- Specified by:
 getPositionin interfaceCfnForm.FieldConfigProperty
 - 
getValidations
Description copied from interface:CfnForm.FieldConfigPropertyThe validations to perform on the value in the field.- Specified by:
 getValidationsin interfaceCfnForm.FieldConfigProperty
 - 
$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() 
 -