Package org.cdk8s.plus25.k8s
Class CrossVersionObjectReferenceV2Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.CrossVersionObjectReferenceV2Beta2
CrossVersionObjectReferenceV2Beta2.Builder, CrossVersionObjectReferenceV2Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CrossVersionObjectReferenceV2Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theCrossVersionObjectReferenceV2Beta2.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;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(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:CrossVersionObjectReferenceV2Beta2Kind of the referent;More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
- Specified by:
getKindin interfaceCrossVersionObjectReferenceV2Beta2
-
getName
public final String getName()
Description copied from interface:CrossVersionObjectReferenceV2Beta2Name of the referent;More info: http://kubernetes.io/docs/user-guide/identifiers#names
- Specified by:
getNamein interfaceCrossVersionObjectReferenceV2Beta2
-
getApiVersion
public final String getApiVersion()
Description copied from interface:CrossVersionObjectReferenceV2Beta2API version of the referent.- Specified by:
getApiVersionin interfaceCrossVersionObjectReferenceV2Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-