@Stability(value=Stable)
public static interface CfnBot.MultipleValuesSettingProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
MultipleValuesSettingProperty multipleValuesSettingProperty = MultipleValuesSettingProperty.builder()
.allowMultipleValues(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.MultipleValuesSettingProperty.Builder
A builder for
CfnBot.MultipleValuesSettingProperty |
static class |
CfnBot.MultipleValuesSettingProperty.Jsii$Proxy
An implementation for
CfnBot.MultipleValuesSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.MultipleValuesSettingProperty.Builder |
builder() |
default Object |
getAllowMultipleValues()
`CfnBot.MultipleValuesSettingProperty.AllowMultipleValues`.
|
@Stability(value=Stable) @Nullable default Object getAllowMultipleValues()
@Stability(value=Stable) static CfnBot.MultipleValuesSettingProperty.Builder builder()
Copyright © 2021. All rights reserved.