@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.899Z") @Stability(value=Stable) public interface GetContextKeyResult 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 props;
GetContextKeyResult getContextKeyResult = GetContextKeyResult.builder()
.key("key")
.props(Map.of(
"propsKey", props))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetContextKeyResult.Builder
A builder for
GetContextKeyResult |
static class |
GetContextKeyResult.Jsii$Proxy
An implementation for
GetContextKeyResult |
| Modifier and Type | Method and Description |
|---|---|
static GetContextKeyResult.Builder |
builder() |
String |
getKey() |
Map<String,Object> |
getProps() |
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) static GetContextKeyResult.Builder builder()
GetContextKeyResult.Builder of GetContextKeyResultCopyright © 2022. All rights reserved.