Package org.cdk8s.plus25.k8s
Class StatusCause.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.StatusCause
StatusCause.Builder, StatusCause.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StatusCause.Builder builder)Constructor that initializes the object based on literal property values passed by theStatusCause.Builder.protectedJsii$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()booleanequals(Object o)StringgetField()The field of the resource that has caused this error, as named by its JSON serialization.StringgetMessage()A human-readable description of the cause of the error.StringgetReason()A machine-readable description of the cause of 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(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:StatusCauseThe 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:
getFieldin interfaceStatusCause
-
getMessage
public final String getMessage()
Description copied from interface:StatusCauseA human-readable description of the cause of the error.This field may be presented as-is to a reader.
- Specified by:
getMessagein interfaceStatusCause
-
getReason
public final String getReason()
Description copied from interface:StatusCauseA machine-readable description of the cause of the error.If this value is empty there is no information available.
- Specified by:
getReasonin interfaceStatusCause
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-