@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:40.560Z") @Stability(value=Experimental) 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.core.*;
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=Experimental) @NotNull String getKey()
@Stability(value=Experimental) static GetContextKeyResult.Builder builder()
GetContextKeyResult.Builder of GetContextKeyResultCopyright © 2022. All rights reserved.