@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-20T19:49:54.144Z") @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.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=Stable) @Nullable default Object getValue()
@Stability(value=Stable) static GetContextValueResult.Builder builder()
GetContextValueResult.Builder
of GetContextValueResult
Copyright © 2022. All rights reserved.