@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.900Z") @Stability(value=Stable) public interface MetadataEntryResult extends software.amazon.jsii.JsiiSerializable, MetadataEntry
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
MetadataEntryResult metadataEntryResult = MetadataEntryResult.builder()
.path("path")
.type("type")
// the properties below are optional
.data("data")
.trace(List.of("trace"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetadataEntryResult.Builder
A builder for
MetadataEntryResult |
static class |
MetadataEntryResult.Jsii$Proxy
An implementation for
MetadataEntryResult |
| Modifier and Type | Method and Description |
|---|---|
static MetadataEntryResult.Builder |
builder() |
String |
getPath()
The path in which this entry was defined.
|
getData, getTrace, getType@Stability(value=Stable) @NotNull String getPath()
@Stability(value=Stable) static MetadataEntryResult.Builder builder()
builder in interface MetadataEntryMetadataEntryResult.Builder of MetadataEntryResultCopyright © 2022. All rights reserved.