@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.900Z") @Stability(value=Stable) 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.*;
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=Stable) @Nullable default Object getValue()
@Stability(value=Stable) static GetContextValueResult.Builder builder()
GetContextValueResult.Builder of GetContextValueResultCopyright © 2022. All rights reserved.