@Stability(value=Stable)
public static interface CfnTopicRule.AssetPropertyVariantProperty
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.iot.*;
AssetPropertyVariantProperty assetPropertyVariantProperty = AssetPropertyVariantProperty.builder()
.booleanValue("booleanValue")
.doubleValue("doubleValue")
.integerValue("integerValue")
.stringValue("stringValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.AssetPropertyVariantProperty.Builder
A builder for
CfnTopicRule.AssetPropertyVariantProperty |
static class |
CfnTopicRule.AssetPropertyVariantProperty.Jsii$Proxy
An implementation for
CfnTopicRule.AssetPropertyVariantProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.AssetPropertyVariantProperty.Builder |
builder() |
default String |
getBooleanValue()
Optional.
|
default String |
getDoubleValue()
Optional.
|
default String |
getIntegerValue()
Optional.
|
default String |
getStringValue()
Optional.
|
@Stability(value=Stable) @Nullable default String getBooleanValue()
A string that contains the boolean value ( true or false ) of the value entry. Accepts substitution templates.
@Stability(value=Stable) @Nullable default String getDoubleValue()
A string that contains the double value of the value entry. Accepts substitution templates.
@Stability(value=Stable) @Nullable default String getIntegerValue()
A string that contains the integer value of the value entry. Accepts substitution templates.
@Stability(value=Stable) @Nullable default String getStringValue()
The string value of the value entry. Accepts substitution templates.
@Stability(value=Stable) static CfnTopicRule.AssetPropertyVariantProperty.Builder builder()
Copyright © 2022. All rights reserved.