Package org.cdk8s.plus24.k8s
Class RoleRef.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.RoleRef.Jsii$Proxy
-
-
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.RoleRef
RoleRef.Builder, RoleRef.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(RoleRef.Builder builder)
Constructor that initializes the object based on literal property values passed by theRoleRef.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
getApiGroup()
APIGroup is the group for the resource being referenced.String
getKind()
Kind is the type of resource being referenced.String
getName()
Name is the name of resource being referenced.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(RoleRef.Builder builder)
Constructor that initializes the object based on literal property values passed by theRoleRef.Builder
.
-
-
Method Detail
-
getApiGroup
public final String getApiGroup()
Description copied from interface:RoleRef
APIGroup is the group for the resource being referenced.- Specified by:
getApiGroup
in interfaceRoleRef
-
getKind
public final String getKind()
Description copied from interface:RoleRef
Kind is the type of resource being referenced.
-
getName
public final String getName()
Description copied from interface:RoleRef
Name is the name of resource being referenced.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-