Package software.constructs
Class ValidationError.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.ValidationError.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ValidationError
- Enclosing interface:
- ValidationError
@Stability(Stable) @Internal public static final class ValidationError.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ValidationError
An implementation forValidationError
-
-
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.constructs.ValidationError
ValidationError.Builder, ValidationError.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(ValidationError.Builder builder)Constructor that initializes the object based on literal property values passed by theValidationError.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMessage()The error message.ConstructgetSource()The construct which emitted the error.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(ValidationError.Builder builder)
Constructor that initializes the object based on literal property values passed by theValidationError.Builder.
-
-
Method Detail
-
getMessage
public final String getMessage()
Description copied from interface:ValidationErrorThe error message.- Specified by:
getMessagein interfaceValidationError
-
getSource
public final Construct getSource()
Description copied from interface:ValidationErrorThe construct which emitted the error.- Specified by:
getSourcein interfaceValidationError
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-