Package org.cdk8s.plus25.k8s
Class LocalObjectReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.LocalObjectReference.Jsii$Proxy
-
- All Implemented Interfaces:
LocalObjectReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LocalObjectReference
@Stability(Stable) @Internal public static final class LocalObjectReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LocalObjectReference
An implementation forLocalObjectReference
-
-
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.LocalObjectReference
LocalObjectReference.Builder, LocalObjectReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LocalObjectReference.Builder builder)Constructor that initializes the object based on literal property values passed by theLocalObjectReference.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)StringgetName()Name of the referent.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(LocalObjectReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theLocalObjectReference.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:LocalObjectReferenceName of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Specified by:
getNamein interfaceLocalObjectReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-