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