software.amazon.jsii.JsiiObject.InitializationModeEvent.Builder, Event.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Event.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Event.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<IAction> |
getActions()
(experimental) The actions to be performed.
|
Expression |
getCondition()
(experimental) The Boolean expression that, when `true`, causes the actions to be performed.
|
String |
getEventName()
(experimental) The name of the event.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Event.Builder builder)
Event.Builder.public final String getEventName()
EventgetEventName in interface Eventpublic final List<IAction> getActions()
EventDefault: - no actions will be performed
getActions in interface Eventpublic final Expression getCondition()
EventDefault: - none (the actions are always executed)
getCondition in interface Event@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.