@Stability(value=Stable)
public static interface CfnDetectorModel.AssetPropertyVariantProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.AssetPropertyVariantProperty.Builder
A builder for
CfnDetectorModel.AssetPropertyVariantProperty |
static class |
CfnDetectorModel.AssetPropertyVariantProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.AssetPropertyVariantProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.AssetPropertyVariantProperty.Builder |
builder() |
default String |
getBooleanValue()
`CfnDetectorModel.AssetPropertyVariantProperty.BooleanValue`.
|
default String |
getDoubleValue()
`CfnDetectorModel.AssetPropertyVariantProperty.DoubleValue`.
|
default String |
getIntegerValue()
`CfnDetectorModel.AssetPropertyVariantProperty.IntegerValue`.
|
default String |
getStringValue()
`CfnDetectorModel.AssetPropertyVariantProperty.StringValue`.
|
@Stability(value=Stable) @Nullable default String getBooleanValue()
@Stability(value=Stable) @Nullable default String getDoubleValue()
@Stability(value=Stable) @Nullable default String getIntegerValue()
@Stability(value=Stable) @Nullable default String getStringValue()
@Stability(value=Stable) static CfnDetectorModel.AssetPropertyVariantProperty.Builder builder()
Copyright © 2021. All rights reserved.