@Stability(value=Stable)
public static interface CfnDetectorModel.SetVariableProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.SetVariableProperty.Builder
A builder for
CfnDetectorModel.SetVariableProperty |
static class |
CfnDetectorModel.SetVariableProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.SetVariableProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.SetVariableProperty.Builder |
builder() |
String |
getValue()
The new value of the variable.
|
String |
getVariableName()
The name of the variable.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) @NotNull String getVariableName()
@Stability(value=Stable) static CfnDetectorModel.SetVariableProperty.Builder builder()
Copyright © 2022. All rights reserved.