Package org.cdk8s.plus24.k8s
Class BoundObjectReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.BoundObjectReference.Jsii$Proxy
-
- All Implemented Interfaces:
BoundObjectReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BoundObjectReference
@Stability(Stable) @Internal public static final class BoundObjectReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BoundObjectReference
An implementation forBoundObjectReference
-
-
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.BoundObjectReference
BoundObjectReference.Builder, BoundObjectReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(BoundObjectReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theBoundObjectReference.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
getApiVersion()
API version of the referent.String
getKind()
Kind of the referent.String
getName()
Name of the referent.String
getUid()
UID of the referent.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(BoundObjectReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theBoundObjectReference.Builder
.
-
-
Method Detail
-
getApiVersion
public final String getApiVersion()
Description copied from interface:BoundObjectReference
API version of the referent.- Specified by:
getApiVersion
in interfaceBoundObjectReference
-
getKind
public final String getKind()
Description copied from interface:BoundObjectReference
Kind of the referent.Valid kinds are 'Pod' and 'Secret'.
- Specified by:
getKind
in interfaceBoundObjectReference
-
getName
public final String getName()
Description copied from interface:BoundObjectReference
Name of the referent.- Specified by:
getName
in interfaceBoundObjectReference
-
getUid
public final String getUid()
Description copied from interface:BoundObjectReference
UID of the referent.- Specified by:
getUid
in interfaceBoundObjectReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-