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