public static final class CfnLicenseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLicenseProps
CfnLicenseProps
CfnLicenseProps.Builder, CfnLicenseProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBeneficiary()
License beneficiary.
|
java.lang.Object |
getConsumptionConfiguration()
Configuration for consumption of the license.
|
java.lang.Object |
getEntitlements()
License entitlements.
|
java.lang.String |
getHomeRegion()
Home Region of the license.
|
java.lang.Object |
getIssuer()
License issuer.
|
java.lang.Object |
getLicenseMetadata()
License metadata.
|
java.lang.String |
getLicenseName()
License name.
|
java.lang.String |
getProductName()
Product name.
|
java.lang.String |
getProductSku()
Product SKU.
|
java.lang.String |
getStatus()
License status.
|
java.lang.Object |
getValidity()
Date and time range during which the license is valid, in ISO8601-UTC format.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getConsumptionConfiguration()
CfnLicenseProps
getConsumptionConfiguration
in interface CfnLicenseProps
public final java.lang.Object getEntitlements()
CfnLicenseProps
getEntitlements
in interface CfnLicenseProps
public final java.lang.String getHomeRegion()
CfnLicenseProps
getHomeRegion
in interface CfnLicenseProps
public final java.lang.Object getIssuer()
CfnLicenseProps
getIssuer
in interface CfnLicenseProps
public final java.lang.String getLicenseName()
CfnLicenseProps
getLicenseName
in interface CfnLicenseProps
public final java.lang.String getProductName()
CfnLicenseProps
getProductName
in interface CfnLicenseProps
public final java.lang.Object getValidity()
CfnLicenseProps
getValidity
in interface CfnLicenseProps
public final java.lang.String getBeneficiary()
CfnLicenseProps
getBeneficiary
in interface CfnLicenseProps
public final java.lang.Object getLicenseMetadata()
CfnLicenseProps
getLicenseMetadata
in interface CfnLicenseProps
public final java.lang.String getProductSku()
CfnLicenseProps
getProductSku
in interface CfnLicenseProps
public final java.lang.String getStatus()
CfnLicenseProps
getStatus
in interface CfnLicenseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()