@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-09T11:48:03.383Z") @Stability(value=Stable) public interface LazyListValueOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LazyListValueOptions.Builder
A builder for
LazyListValueOptions |
static class |
LazyListValueOptions.Jsii$Proxy
An implementation for
LazyListValueOptions |
| Modifier and Type | Method and Description |
|---|---|
static LazyListValueOptions.Builder |
builder() |
default String |
getDisplayHint()
Use the given name as a display hint.
|
default Boolean |
getOmitEmpty()
If the produced list is empty, return 'undefined' instead.
|
@Stability(value=Stable) @Nullable default String getDisplayHint()
Default: - No hint
@Stability(value=Stable) @Nullable default Boolean getOmitEmpty()
Default: false
@Stability(value=Stable) static LazyListValueOptions.Builder builder()
LazyListValueOptions.Builder of LazyListValueOptionsCopyright © 2020. All rights reserved.