Class CfnFormPropsMixin.FieldValidationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.FieldValidationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFormPropsMixin.FieldValidationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFormPropsMixin.FieldValidationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFormPropsMixin.FieldValidationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFormPropsMixin.FieldValidationConfigurationProperty
An implementation for
CfnFormPropsMixin.FieldValidationConfigurationProperty-
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.FieldValidationConfigurationProperty
CfnFormPropsMixin.FieldValidationConfigurationProperty.Builder, CfnFormPropsMixin.FieldValidationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFormPropsMixin.FieldValidationConfigurationProperty.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 ObjectThe validation to perform on a number value.The validation to perform on a string value.final StringgetType()The validation to perform on an object type.final StringThe validation message to display.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.FieldValidationConfigurationProperty.Builder.
-
-
Method Details
-
getNumValues
Description copied from interface:CfnFormPropsMixin.FieldValidationConfigurationPropertyThe validation to perform on a number value.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getNumValuesin interfaceCfnFormPropsMixin.FieldValidationConfigurationProperty- See Also:
-
getStrValues
Description copied from interface:CfnFormPropsMixin.FieldValidationConfigurationPropertyThe validation to perform on a string value.- Specified by:
getStrValuesin interfaceCfnFormPropsMixin.FieldValidationConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnFormPropsMixin.FieldValidationConfigurationPropertyThe validation to perform on an object type.``
- Specified by:
getTypein interfaceCfnFormPropsMixin.FieldValidationConfigurationProperty- See Also:
-
getValidationMessage
Description copied from interface:CfnFormPropsMixin.FieldValidationConfigurationPropertyThe validation message to display.- Specified by:
getValidationMessagein interfaceCfnFormPropsMixin.FieldValidationConfigurationProperty- 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()
-