@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.899Z") @Stability(value=Stable) public interface KeyContextResponse extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
KeyContextResponse keyContextResponse = KeyContextResponse.builder()
.keyId("keyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyContextResponse.Builder
A builder for
KeyContextResponse |
static class |
KeyContextResponse.Jsii$Proxy
An implementation for
KeyContextResponse |
| Modifier and Type | Method and Description |
|---|---|
static KeyContextResponse.Builder |
builder() |
String |
getKeyId()
Id of the key.
|
@Stability(value=Stable) @NotNull String getKeyId()
@Stability(value=Stable) static KeyContextResponse.Builder builder()
KeyContextResponse.Builder of KeyContextResponseCopyright © 2022. All rights reserved.