Package org.cdk8s.plus24.k8s
Class PriorityLevelConfigurationReferenceV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.PriorityLevelConfigurationReferenceV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
PriorityLevelConfigurationReferenceV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PriorityLevelConfigurationReferenceV1Beta1
@Stability(Stable) @Internal public static final class PriorityLevelConfigurationReferenceV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PriorityLevelConfigurationReferenceV1Beta1
An implementation forPriorityLevelConfigurationReferenceV1Beta1
-
-
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.PriorityLevelConfigurationReferenceV1Beta1
PriorityLevelConfigurationReferenceV1Beta1.Builder, PriorityLevelConfigurationReferenceV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(PriorityLevelConfigurationReferenceV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by thePriorityLevelConfigurationReferenceV1Beta1.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
getName()
`name` is the name of the priority level configuration being referenced Required.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(PriorityLevelConfigurationReferenceV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by thePriorityLevelConfigurationReferenceV1Beta1.Builder
.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:PriorityLevelConfigurationReferenceV1Beta1
`name` is the name of the priority level configuration being referenced Required.- Specified by:
getName
in interfacePriorityLevelConfigurationReferenceV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-