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