Package org.cdk8s.plus24.k8s
Class CrossVersionObjectReferenceV2Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.CrossVersionObjectReferenceV2Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
CrossVersionObjectReferenceV2Beta2
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CrossVersionObjectReferenceV2Beta2
@Stability(Stable) @Internal public static final class CrossVersionObjectReferenceV2Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CrossVersionObjectReferenceV2Beta2
An implementation forCrossVersionObjectReferenceV2Beta2
-
-
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.CrossVersionObjectReferenceV2Beta2
CrossVersionObjectReferenceV2Beta2.Builder, CrossVersionObjectReferenceV2Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(CrossVersionObjectReferenceV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theCrossVersionObjectReferenceV2Beta2.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;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(CrossVersionObjectReferenceV2Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theCrossVersionObjectReferenceV2Beta2.Builder
.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:CrossVersionObjectReferenceV2Beta2
Kind of the referent;More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
- Specified by:
getKind
in interfaceCrossVersionObjectReferenceV2Beta2
-
getName
public final String getName()
Description copied from interface:CrossVersionObjectReferenceV2Beta2
Name of the referent;More info: http://kubernetes.io/docs/user-guide/identifiers#names
- Specified by:
getName
in interfaceCrossVersionObjectReferenceV2Beta2
-
getApiVersion
public final String getApiVersion()
Description copied from interface:CrossVersionObjectReferenceV2Beta2
API version of the referent.- Specified by:
getApiVersion
in interfaceCrossVersionObjectReferenceV2Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-