Package org.cdk8s.plus25.k8s
Class KubeEndpointSliceListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeEndpointSliceListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeEndpointSliceListProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeEndpointSliceListProps
@Stability(Stable) @Internal public static final class KubeEndpointSliceListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeEndpointSliceListProps
An implementation forKubeEndpointSliceListProps
-
-
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.KubeEndpointSliceListProps
KubeEndpointSliceListProps.Builder, KubeEndpointSliceListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeEndpointSliceListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeEndpointSliceListProps.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<KubeEndpointSliceProps>getItems()List of endpoint slices.ListMetagetMetadata()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(KubeEndpointSliceListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeEndpointSliceListProps.Builder.
-
-
Method Detail
-
getItems
public final List<KubeEndpointSliceProps> getItems()
Description copied from interface:KubeEndpointSliceListPropsList of endpoint slices.- Specified by:
getItemsin interfaceKubeEndpointSliceListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeEndpointSliceListPropsStandard list metadata.- Specified by:
getMetadatain interfaceKubeEndpointSliceListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-