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