Package org.cdk8s.plus25.k8s
Class BoundObjectReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.BoundObjectReference
BoundObjectReference.Builder, BoundObjectReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BoundObjectReference.Builder builder)Constructor that initializes the object based on literal property values passed by theBoundObjectReference.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)StringgetApiVersion()API version of the referent.StringgetKind()Kind of the referent.StringgetName()Name of the referent.StringgetUid()UID 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(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:BoundObjectReferenceAPI version of the referent.- Specified by:
getApiVersionin interfaceBoundObjectReference
-
getKind
public final String getKind()
Description copied from interface:BoundObjectReferenceKind of the referent.Valid kinds are 'Pod' and 'Secret'.
- Specified by:
getKindin interfaceBoundObjectReference
-
getName
public final String getName()
Description copied from interface:BoundObjectReferenceName of the referent.- Specified by:
getNamein interfaceBoundObjectReference
-
getUid
public final String getUid()
Description copied from interface:BoundObjectReferenceUID of the referent.- Specified by:
getUidin interfaceBoundObjectReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-