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