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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLicense.MetadataPropertystatic final classAn implementation forCfnLicense.MetadataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The key name.- See Also:
-
getValue
The value.- See Also:
-
builder
-