Event.Builder, Event.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.util.List<IAction> |
getActions()
(experimental) The actions to be performed.
|
Expression |
getCondition()
(experimental) The Boolean expression that, when `true`, causes the actions to be performed.
|
java.lang.String |
getEventName()
(experimental) The name of the event.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEventName()
Event
getEventName
in interface Event
public final java.util.List<IAction> getActions()
Event
Default: - no actions will be performed
getActions
in interface Event
public final Expression getCondition()
Event
Default: - none (the actions are always executed)
getCondition
in interface Event
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()