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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetectorModel.SetVariableProperty
static final class
An implementation forCfnDetectorModel.SetVariableProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The new value of the variable.- See Also:
-
getVariableName
The name of the variable.- See Also:
-
builder
-