Package org.cdk8s.plus24.k8s
Class KubeJobListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeJobListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeJobListProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeJobListProps
@Stability(Stable) @Internal public static final class KubeJobListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeJobListProps
An implementation forKubeJobListProps
-
-
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.KubeJobListProps
KubeJobListProps.Builder, KubeJobListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeJobListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeJobListProps.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<KubeJobProps>
getItems()
items is the list of Jobs.ListMeta
getMetadata()
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(KubeJobListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeJobListProps.Builder
.
-
-
Method Detail
-
getItems
public final List<KubeJobProps> getItems()
Description copied from interface:KubeJobListProps
items is the list of Jobs.- Specified by:
getItems
in interfaceKubeJobListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeJobListProps
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadata
in interfaceKubeJobListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-