Package org.cdk8s.plus24.k8s
Class StatusCause.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.StatusCause.Jsii$Proxy
-
- All Implemented Interfaces:
StatusCause
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StatusCause
@Stability(Stable) @Internal public static final class StatusCause.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StatusCause
An implementation forStatusCause
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.StatusCause
StatusCause.Builder, StatusCause.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(StatusCause.Builder builder)
Constructor that initializes the object based on literal property values passed by theStatusCause.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
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
getField()
The field of the resource that has caused this error, as named by its JSON serialization.String
getMessage()
A human-readable description of the cause of the error.String
getReason()
A machine-readable description of the cause of 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(StatusCause.Builder builder)
Constructor that initializes the object based on literal property values passed by theStatusCause.Builder
.
-
-
Method Detail
-
getField
public final String getField()
Description copied from interface:StatusCause
The field of the resource that has caused this error, as named by its JSON serialization.May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.
Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items"
- Specified by:
getField
in interfaceStatusCause
-
getMessage
public final String getMessage()
Description copied from interface:StatusCause
A human-readable description of the cause of the error.This field may be presented as-is to a reader.
- Specified by:
getMessage
in interfaceStatusCause
-
getReason
public final String getReason()
Description copied from interface:StatusCause
A machine-readable description of the cause of the error.If this value is empty there is no information available.
- Specified by:
getReason
in interfaceStatusCause
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-