Class CfnLicenseAssetRuleSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.licensemanager.CfnLicenseAssetRuleSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLicenseAssetRuleSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLicenseAssetRuleSetProps
@Stability(Stable)
@Internal
public static final class CfnLicenseAssetRuleSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLicenseAssetRuleSetProps
An implementation for
CfnLicenseAssetRuleSetProps-
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.CfnLicenseAssetRuleSetProps
CfnLicenseAssetRuleSetProps.Builder, CfnLicenseAssetRuleSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLicenseAssetRuleSetProps.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 StringLicense asset ruleset description.final StringgetName()License asset ruleset name.final ObjectgetRules()License asset rules.getTags()Tags to add to the license asset ruleset.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 theCfnLicenseAssetRuleSetProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnLicenseAssetRuleSetPropsLicense asset ruleset name.- Specified by:
getNamein interfaceCfnLicenseAssetRuleSetProps- See Also:
-
getRules
Description copied from interface:CfnLicenseAssetRuleSetPropsLicense asset rules.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLicenseAssetRuleSet.LicenseAssetRuleProperty>- Specified by:
getRulesin interfaceCfnLicenseAssetRuleSetProps- See Also:
-
getDescription
Description copied from interface:CfnLicenseAssetRuleSetPropsLicense asset ruleset description.- Specified by:
getDescriptionin interfaceCfnLicenseAssetRuleSetProps- See Also:
-
getTags
Description copied from interface:CfnLicenseAssetRuleSetPropsTags to add to the license asset ruleset.- Specified by:
getTagsin interfaceCfnLicenseAssetRuleSetProps- See Also:
-
$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()
-