Class CfnFormPropsMixin.FieldConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.FieldConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFormPropsMixin.FieldConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFormPropsMixin.FieldConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFormPropsMixin.FieldConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFormPropsMixin.FieldConfigProperty
An implementation for
CfnFormPropsMixin.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.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.FieldConfigProperty
CfnFormPropsMixin.FieldConfigProperty.Builder, CfnFormPropsMixin.FieldConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFormPropsMixin.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 theCfnFormPropsMixin.FieldConfigProperty.Builder.
-
-
Method Details
-
getExcluded
Description copied from interface:CfnFormPropsMixin.FieldConfigPropertySpecifies whether to hide a field.Returns union: either
BooleanorIResolvable- Specified by:
getExcludedin interfaceCfnFormPropsMixin.FieldConfigProperty- See Also:
-
getInputType
Description copied from interface:CfnFormPropsMixin.FieldConfigPropertyDescribes the configuration for the default input value to display for a field.Returns union: either
IResolvableorCfnFormPropsMixin.FieldInputConfigProperty- Specified by:
getInputTypein interfaceCfnFormPropsMixin.FieldConfigProperty- See Also:
-
getLabel
Description copied from interface:CfnFormPropsMixin.FieldConfigPropertyThe label for the field.- Specified by:
getLabelin interfaceCfnFormPropsMixin.FieldConfigProperty- See Also:
-
getPosition
Description copied from interface:CfnFormPropsMixin.FieldConfigPropertySpecifies the field position.Returns union: either
IResolvableorCfnFormPropsMixin.FieldPositionProperty- Specified by:
getPositionin interfaceCfnFormPropsMixin.FieldConfigProperty- See Also:
-
getValidations
Description copied from interface:CfnFormPropsMixin.FieldConfigPropertyThe validations to perform on the value in the field.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFormPropsMixin.FieldValidationConfigurationProperty>- Specified by:
getValidationsin interfaceCfnFormPropsMixin.FieldConfigProperty- 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()
-