Interface CfnLicense.MetadataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLicense.MetadataProperty.Jsii$Proxy
- Enclosing class:
- CfnLicense
@Stability(Stable)
public static interface CfnLicense.MetadataProperty
extends software.amazon.jsii.JsiiSerializable
Describes key/value pairs.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLicense.MetadataProperty
static final class
An implementation forCfnLicense.MetadataProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The key name. -
getValue
The value. -
builder
-