Class CfnDetectorModel.TransitionEventProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnDetectorModel.TransitionEventProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModel.TransitionEventProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModel.TransitionEventProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorModel.TransitionEventProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModel.TransitionEventProperty
An implementation for
CfnDetectorModel.TransitionEventProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotevents.CfnDetectorModel.TransitionEventProperty
CfnDetectorModel.TransitionEventProperty.Builder, CfnDetectorModel.TransitionEventProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDetectorModel.TransitionEventProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnDetectorModel.TransitionEventProperty.Builder
.
-
-
Method Details
-
getCondition
Description copied from interface:CfnDetectorModel.TransitionEventProperty
Required.A Boolean expression that when TRUE causes the actions to be performed and the
nextState
to be entered.- Specified by:
getCondition
in interfaceCfnDetectorModel.TransitionEventProperty
- See Also:
-
getEventName
Description copied from interface:CfnDetectorModel.TransitionEventProperty
The name of the transition event.- Specified by:
getEventName
in interfaceCfnDetectorModel.TransitionEventProperty
- See Also:
-
getNextState
Description copied from interface:CfnDetectorModel.TransitionEventProperty
The next state to enter.- Specified by:
getNextState
in interfaceCfnDetectorModel.TransitionEventProperty
- See Also:
-
getActions
Description copied from interface:CfnDetectorModel.TransitionEventProperty
The actions to be performed.- Specified by:
getActions
in interfaceCfnDetectorModel.TransitionEventProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-