Package org.cdk8s.plus28.k8s
Class ResourceClassParametersReferenceV1Alpha2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.ResourceClassParametersReferenceV1Alpha2.Jsii$Proxy
-
- All Implemented Interfaces:
ResourceClassParametersReferenceV1Alpha2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResourceClassParametersReferenceV1Alpha2
@Stability(Stable) @Internal public static final class ResourceClassParametersReferenceV1Alpha2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResourceClassParametersReferenceV1Alpha2
An implementation forResourceClassParametersReferenceV1Alpha2
-
-
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.plus28.k8s.ResourceClassParametersReferenceV1Alpha2
ResourceClassParametersReferenceV1Alpha2.Builder, ResourceClassParametersReferenceV1Alpha2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ResourceClassParametersReferenceV1Alpha2.Builder builder)Constructor that initializes the object based on literal property values passed by theResourceClassParametersReferenceV1Alpha2.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)StringgetApiGroup()APIGroup is the group for the resource being referenced.StringgetKind()Kind is the type of resource being referenced.StringgetName()Name is the name of resource being referenced.StringgetNamespace()Namespace that contains the referenced resource.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(ResourceClassParametersReferenceV1Alpha2.Builder builder)
Constructor that initializes the object based on literal property values passed by theResourceClassParametersReferenceV1Alpha2.Builder.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:ResourceClassParametersReferenceV1Alpha2Kind is the type of resource being referenced.This is the same value as in the parameter object's metadata.
- Specified by:
getKindin interfaceResourceClassParametersReferenceV1Alpha2
-
getName
public final String getName()
Description copied from interface:ResourceClassParametersReferenceV1Alpha2Name is the name of resource being referenced.- Specified by:
getNamein interfaceResourceClassParametersReferenceV1Alpha2
-
getApiGroup
public final String getApiGroup()
Description copied from interface:ResourceClassParametersReferenceV1Alpha2APIGroup is the group for the resource being referenced.It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
- Specified by:
getApiGroupin interfaceResourceClassParametersReferenceV1Alpha2
-
getNamespace
public final String getNamespace()
Description copied from interface:ResourceClassParametersReferenceV1Alpha2Namespace that contains the referenced resource.Must be empty for cluster-scoped resources and non-empty for namespaced resources.
- Specified by:
getNamespacein interfaceResourceClassParametersReferenceV1Alpha2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-