Package org.cdk8s.plus25.k8s
Class EventSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.EventSource.Jsii$Proxy
-
- All Implemented Interfaces:
EventSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventSource
@Stability(Stable) @Internal public static final class EventSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventSource
An implementation forEventSource
-
-
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.EventSource
EventSource.Builder, EventSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EventSource.Builder builder)Constructor that initializes the object based on literal property values passed by theEventSource.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)StringgetComponent()Component from which the event is generated.StringgetHost()Node name on which the event is generated.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(EventSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventSource.Builder.
-
-
Method Detail
-
getComponent
public final String getComponent()
Description copied from interface:EventSourceComponent from which the event is generated.- Specified by:
getComponentin interfaceEventSource
-
getHost
public final String getHost()
Description copied from interface:EventSourceNode name on which the event is generated.- Specified by:
getHostin interfaceEventSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-