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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.licensemanager.CfnLicense.EntitlementProperty
CfnLicense.EntitlementProperty.Builder, CfnLicense.EntitlementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLicense.EntitlementProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnLicense.EntitlementPropertyEntitlement name.- Specified by:
getNamein interfaceCfnLicense.EntitlementProperty
-
getUnit
Description copied from interface:CfnLicense.EntitlementPropertyEntitlement unit.- Specified by:
getUnitin interfaceCfnLicense.EntitlementProperty
-
getAllowCheckIn
Description copied from interface:CfnLicense.EntitlementPropertyIndicates whether check-ins are allowed.- Specified by:
getAllowCheckInin interfaceCfnLicense.EntitlementProperty
-
getMaxCount
Description copied from interface:CfnLicense.EntitlementPropertyMaximum entitlement count.Use if the unit is not None.
- Specified by:
getMaxCountin interfaceCfnLicense.EntitlementProperty
-
getOverage
Description copied from interface:CfnLicense.EntitlementPropertyIndicates whether overages are allowed.- Specified by:
getOveragein interfaceCfnLicense.EntitlementProperty
-
getValue
Description copied from interface:CfnLicense.EntitlementPropertyEntitlement resource.Use only if the unit is None.
- Specified by:
getValuein interfaceCfnLicense.EntitlementProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-