@Stability(value=Stable)
public static interface CfnLicense.EntitlementProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
EntitlementProperty entitlementProperty = EntitlementProperty.builder()
.name("name")
.unit("unit")
// the properties below are optional
.allowCheckIn(false)
.maxCount(123)
.overage(false)
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLicense.EntitlementProperty.Builder
A builder for
CfnLicense.EntitlementProperty |
static class |
CfnLicense.EntitlementProperty.Jsii$Proxy
An implementation for
CfnLicense.EntitlementProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLicense.EntitlementProperty.Builder |
builder() |
default Object |
getAllowCheckIn()
`CfnLicense.EntitlementProperty.AllowCheckIn`.
|
default Number |
getMaxCount()
`CfnLicense.EntitlementProperty.MaxCount`.
|
String |
getName()
`CfnLicense.EntitlementProperty.Name`.
|
default Object |
getOverage()
`CfnLicense.EntitlementProperty.Overage`.
|
String |
getUnit()
`CfnLicense.EntitlementProperty.Unit`.
|
default String |
getValue()
`CfnLicense.EntitlementProperty.Value`.
|
@Stability(value=Stable) @Nullable default Object getAllowCheckIn()
@Stability(value=Stable) @Nullable default Number getMaxCount()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getOverage()
@Stability(value=Stable) @NotNull String getUnit()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnLicense.EntitlementProperty.Builder builder()
Copyright © 2021. All rights reserved.