@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-04-14T14:24:19.138Z") @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 © 2023. All rights reserved.