Package org.cdk8s.plus24.k8s
Class Preconditions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.Preconditions.Jsii$Proxy
-
- All Implemented Interfaces:
Preconditions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Preconditions
@Stability(Stable) @Internal public static final class Preconditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Preconditions
An implementation forPreconditions
-
-
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.Preconditions
Preconditions.Builder, Preconditions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(Preconditions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePreconditions.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
getResourceVersion()
Specifies the target ResourceVersion.String
getUid()
Specifies the target UID.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(Preconditions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePreconditions.Builder
.
-
-
Method Detail
-
getResourceVersion
public final String getResourceVersion()
Description copied from interface:Preconditions
Specifies the target ResourceVersion.- Specified by:
getResourceVersion
in interfacePreconditions
-
getUid
public final String getUid()
Description copied from interface:Preconditions
Specifies the target UID.- Specified by:
getUid
in interfacePreconditions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-