@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.114Z") @Stability(value=Experimental) public interface GetContextValueResult 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.core.*;
Object value;
GetContextValueResult getContextValueResult = GetContextValueResult.builder()
.value(value)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetContextValueResult.Builder
A builder for
GetContextValueResult |
static class |
GetContextValueResult.Jsii$Proxy
An implementation for
GetContextValueResult |
| Modifier and Type | Method and Description |
|---|---|
static GetContextValueResult.Builder |
builder() |
default Object |
getValue() |
@Stability(value=Experimental) @Nullable default Object getValue()
@Stability(value=Experimental) static GetContextValueResult.Builder builder()
GetContextValueResult.Builder of GetContextValueResultCopyright © 2022. All rights reserved.