Interface CfnDetectorModel.SetVariableProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModel.SetVariableProperty.Jsii$Proxy
- Enclosing class:
- CfnDetectorModel
@Stability(Stable)
public static interface CfnDetectorModel.SetVariableProperty
extends software.amazon.jsii.JsiiSerializable
Information about the variable and its new value.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotevents.*;
SetVariableProperty setVariableProperty = SetVariableProperty.builder()
.value("value")
.variableName("variableName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorModel.SetVariablePropertystatic final classAn implementation forCfnDetectorModel.SetVariableProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The new value of the variable. -
getVariableName
The name of the variable. -
builder
-