Package org.cdk8s.plus28.k8s
Class ParentReferenceV1Alpha1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.ParentReferenceV1Alpha1.Jsii$Proxy
-
- All Implemented Interfaces:
ParentReferenceV1Alpha1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ParentReferenceV1Alpha1
@Stability(Stable) @Internal public static final class ParentReferenceV1Alpha1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ParentReferenceV1Alpha1
An implementation forParentReferenceV1Alpha1
-
-
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.ParentReferenceV1Alpha1
ParentReferenceV1Alpha1.Builder, ParentReferenceV1Alpha1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ParentReferenceV1Alpha1.Builder builder)Constructor that initializes the object based on literal property values passed by theParentReferenceV1Alpha1.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)StringgetGroup()Group is the group of the object being referenced.StringgetName()Name is the name of the object being referenced.StringgetNamespace()Namespace is the namespace of the object being referenced.StringgetResource()Resource is the resource of the object being referenced.StringgetUid()UID is the uid of the object being referenced.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(ParentReferenceV1Alpha1.Builder builder)
Constructor that initializes the object based on literal property values passed by theParentReferenceV1Alpha1.Builder.
-
-
Method Detail
-
getGroup
public final String getGroup()
Description copied from interface:ParentReferenceV1Alpha1Group is the group of the object being referenced.- Specified by:
getGroupin interfaceParentReferenceV1Alpha1
-
getName
public final String getName()
Description copied from interface:ParentReferenceV1Alpha1Name is the name of the object being referenced.- Specified by:
getNamein interfaceParentReferenceV1Alpha1
-
getNamespace
public final String getNamespace()
Description copied from interface:ParentReferenceV1Alpha1Namespace is the namespace of the object being referenced.- Specified by:
getNamespacein interfaceParentReferenceV1Alpha1
-
getResource
public final String getResource()
Description copied from interface:ParentReferenceV1Alpha1Resource is the resource of the object being referenced.- Specified by:
getResourcein interfaceParentReferenceV1Alpha1
-
getUid
public final String getUid()
Description copied from interface:ParentReferenceV1Alpha1UID is the uid of the object being referenced.- Specified by:
getUidin interfaceParentReferenceV1Alpha1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-