Class CfnLicense.EntitlementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.licensemanager.CfnLicense.EntitlementProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnLicense.EntitlementProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLicense.EntitlementProperty
@Stability(Stable)
@Internal
public static final class CfnLicense.EntitlementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLicense.EntitlementProperty
An implementation for 
CfnLicense.EntitlementProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.licensemanager.CfnLicense.EntitlementPropertyCfnLicense.EntitlementProperty.Builder, CfnLicense.EntitlementProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLicense.EntitlementProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIndicates whether check-ins are allowed.final NumberMaximum entitlement count.final StringgetName()Entitlement name.final ObjectIndicates whether overages are allowed.final StringgetUnit()Entitlement unit.final StringgetValue()Entitlement resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnLicense.EntitlementProperty.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnLicense.EntitlementPropertyEntitlement name.- Specified by:
- getNamein interface- CfnLicense.EntitlementProperty
- See Also:
 
- 
getUnitDescription copied from interface:CfnLicense.EntitlementPropertyEntitlement unit.- Specified by:
- getUnitin interface- CfnLicense.EntitlementProperty
- See Also:
 
- 
getAllowCheckInDescription copied from interface:CfnLicense.EntitlementPropertyIndicates whether check-ins are allowed.Returns union: either BooleanorIResolvable- Specified by:
- getAllowCheckInin interface- CfnLicense.EntitlementProperty
- See Also:
 
- 
getMaxCountDescription copied from interface:CfnLicense.EntitlementPropertyMaximum entitlement count.Use if the unit is not None. - Specified by:
- getMaxCountin interface- CfnLicense.EntitlementProperty
- See Also:
 
- 
getOverageDescription copied from interface:CfnLicense.EntitlementPropertyIndicates whether overages are allowed.Returns union: either BooleanorIResolvable- Specified by:
- getOveragein interface- CfnLicense.EntitlementProperty
- See Also:
 
- 
getValueDescription copied from interface:CfnLicense.EntitlementPropertyEntitlement resource.Use only if the unit is None. - Specified by:
- getValuein interface- CfnLicense.EntitlementProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-