Package org.cdk8s.plus24.k8s
Class KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeHorizontalPodAutoscalerListV2Beta1Props
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeHorizontalPodAutoscalerListV2Beta1Props
@Stability(Stable) @Internal public static final class KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeHorizontalPodAutoscalerListV2Beta1Props
An implementation forKubeHorizontalPodAutoscalerListV2Beta1Props
-
-
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.KubeHorizontalPodAutoscalerListV2Beta1Props
KubeHorizontalPodAutoscalerListV2Beta1Props.Builder, KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeHorizontalPodAutoscalerListV2Beta1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeHorizontalPodAutoscalerListV2Beta1Props.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)
List<KubeHorizontalPodAutoscalerV2Beta1Props>
getItems()
items is the list of horizontal pod autoscaler objects.ListMeta
getMetadata()
metadata is the standard list metadata.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(KubeHorizontalPodAutoscalerListV2Beta1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeHorizontalPodAutoscalerListV2Beta1Props.Builder
.
-
-
Method Detail
-
getItems
public final List<KubeHorizontalPodAutoscalerV2Beta1Props> getItems()
Description copied from interface:KubeHorizontalPodAutoscalerListV2Beta1Props
items is the list of horizontal pod autoscaler objects.- Specified by:
getItems
in interfaceKubeHorizontalPodAutoscalerListV2Beta1Props
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeHorizontalPodAutoscalerListV2Beta1Props
metadata is the standard list metadata.- Specified by:
getMetadata
in interfaceKubeHorizontalPodAutoscalerListV2Beta1Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-