Class CfnLicenseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.licensemanager.CfnLicenseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLicenseProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLicenseProps
@Stability(Stable)
@Internal
public static final class CfnLicenseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLicenseProps
An implementation for
CfnLicenseProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.licensemanager.CfnLicenseProps
CfnLicenseProps.Builder, CfnLicenseProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLicenseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLicenseProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
License beneficiary.final Object
Configuration for consumption of the license.final Object
License entitlements.final String
Home Region of the license.final Object
License issuer.final Object
License metadata.final String
License name.final String
Product name.final String
Product SKU.final String
License status.final Object
Date and time range during which the license is valid, in ISO8601-UTC format.final int
hashCode()
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 theCfnLicenseProps.Builder
.
-
-
Method Details
-
getConsumptionConfiguration
Description copied from interface:CfnLicenseProps
Configuration for consumption of the license.- Specified by:
getConsumptionConfiguration
in interfaceCfnLicenseProps
-
getEntitlements
Description copied from interface:CfnLicenseProps
License entitlements.- Specified by:
getEntitlements
in interfaceCfnLicenseProps
-
getHomeRegion
Description copied from interface:CfnLicenseProps
Home Region of the license.- Specified by:
getHomeRegion
in interfaceCfnLicenseProps
-
getIssuer
Description copied from interface:CfnLicenseProps
License issuer.- Specified by:
getIssuer
in interfaceCfnLicenseProps
-
getLicenseName
Description copied from interface:CfnLicenseProps
License name.- Specified by:
getLicenseName
in interfaceCfnLicenseProps
-
getProductName
Description copied from interface:CfnLicenseProps
Product name.- Specified by:
getProductName
in interfaceCfnLicenseProps
-
getValidity
Description copied from interface:CfnLicenseProps
Date and time range during which the license is valid, in ISO8601-UTC format.- Specified by:
getValidity
in interfaceCfnLicenseProps
-
getBeneficiary
Description copied from interface:CfnLicenseProps
License beneficiary.- Specified by:
getBeneficiary
in interfaceCfnLicenseProps
-
getLicenseMetadata
Description copied from interface:CfnLicenseProps
License metadata.- Specified by:
getLicenseMetadata
in interfaceCfnLicenseProps
-
getProductSku
Description copied from interface:CfnLicenseProps
Product SKU.- Specified by:
getProductSku
in interfaceCfnLicenseProps
-
getStatus
Description copied from interface:CfnLicenseProps
License status.- Specified by:
getStatus
in interfaceCfnLicenseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-