@Stability(value=Stable)
public static interface CfnLicense.MetadataProperty
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.services.licensemanager.*;
MetadataProperty metadataProperty = MetadataProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLicense.MetadataProperty.Builder
A builder for
CfnLicense.MetadataProperty |
static class |
CfnLicense.MetadataProperty.Jsii$Proxy
An implementation for
CfnLicense.MetadataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLicense.MetadataProperty.Builder |
builder() |
String |
getName()
The key name.
|
String |
getValue()
The value.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnLicense.MetadataProperty.Builder builder()
Copyright © 2022. All rights reserved.