@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-03-25T13:00:54.636Z") @Stability(value=Experimental) public interface LazyAnyValueOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
LazyAnyValueOptions.Builder
A builder for
LazyAnyValueOptions |
static class |
LazyAnyValueOptions.Jsii$Proxy
An implementation for
LazyAnyValueOptions |
Modifier and Type | Method and Description |
---|---|
static LazyAnyValueOptions.Builder |
builder() |
default String |
getDisplayHint()
(experimental) Use the given name as a display hint.
|
default Boolean |
getOmitEmptyArray()
(experimental) If the produced value is an array and it is empty, return 'undefined' instead.
|
@Stability(value=Experimental) @Nullable default String getDisplayHint()
Default: - No hint
@Stability(value=Experimental) @Nullable default Boolean getOmitEmptyArray()
Default: false
@Stability(value=Experimental) static LazyAnyValueOptions.Builder builder()
LazyAnyValueOptions.Builder
of LazyAnyValueOptions
Copyright © 2022. All rights reserved.