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 protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.protected
Jsii$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()
boolean
equals(Object o)
String
getMessage()
The error message.Construct
getSource()
The construct which emitted the error.int
hashCode()
-
-
-
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:ValidationError
The error message.- Specified by:
getMessage
in interfaceValidationError
-
getSource
public final Construct getSource()
Description copied from interface:ValidationError
The construct which emitted the error.- Specified by:
getSource
in interfaceValidationError
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-