Package org.cdk8s.plus28.k8s
Class ParamKindV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.ParamKindV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
ParamKindV1Beta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ParamKindV1Beta1
@Stability(Stable) @Internal public static final class ParamKindV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ParamKindV1Beta1
An implementation forParamKindV1Beta1
-
-
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.ParamKindV1Beta1
ParamKindV1Beta1.Builder, ParamKindV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ParamKindV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theParamKindV1Beta1.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()APIVersion is the API group version the resources belong to.StringgetKind()Kind is the API kind the resources belong to.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(ParamKindV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theParamKindV1Beta1.Builder.
-
-
Method Detail
-
getApiVersion
public final String getApiVersion()
Description copied from interface:ParamKindV1Beta1APIVersion is the API group version the resources belong to.In format of "group/version". Required.
- Specified by:
getApiVersionin interfaceParamKindV1Beta1
-
getKind
public final String getKind()
Description copied from interface:ParamKindV1Beta1Kind is the API kind the resources belong to.Required.
- Specified by:
getKindin interfaceParamKindV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-