@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-01T11:09:03.104Z") @Stability(value=Stable) public interface MetadataEntry extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetadataEntry.Builder
A builder for
MetadataEntry |
static class |
MetadataEntry.Jsii$Proxy
An implementation for
MetadataEntry |
| Modifier and Type | Method and Description |
|---|---|
static MetadataEntry.Builder |
builder() |
default Object |
getData()
The data.
|
default List<String> |
getTrace()
A stack trace for when the entry was created.
|
String |
getType()
The type of the metadata entry.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getData()
Default: - no data.
@Stability(value=Stable) @Nullable default List<String> getTrace()
Default: - no trace.
@Stability(value=Stable) static MetadataEntry.Builder builder()
MetadataEntry.Builder of MetadataEntryCopyright © 2021. All rights reserved.