public static final class CfnDetectorModel.StateProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorModel.StateProperty
CfnDetectorModel.StateProperty
CfnDetectorModel.StateProperty.Builder, CfnDetectorModel.StateProperty.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.lang.Object |
getOnEnter()
When entering this state, perform these `actions` if the `condition` is TRUE.
|
java.lang.Object |
getOnExit()
When exiting this state, perform these `actions` if the specified `condition` is `TRUE` .
|
java.lang.Object |
getOnInput()
When an input is received and the `condition` is TRUE, perform the specified `actions` .
|
java.lang.String |
getStateName()
The name of the state.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getStateName()
CfnDetectorModel.StateProperty
getStateName
in interface CfnDetectorModel.StateProperty
public final java.lang.Object getOnEnter()
CfnDetectorModel.StateProperty
getOnEnter
in interface CfnDetectorModel.StateProperty
public final java.lang.Object getOnExit()
CfnDetectorModel.StateProperty
getOnExit
in interface CfnDetectorModel.StateProperty
public final java.lang.Object getOnInput()
CfnDetectorModel.StateProperty
getOnInput
in interface CfnDetectorModel.StateProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()