Class AwsMarketplaceComponentAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.AwsMarketplaceComponentAttributes.Jsii$Proxy
- All Implemented Interfaces:
AwsMarketplaceComponentAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AwsMarketplaceComponentAttributes
@Stability(Experimental)
@Internal
public static final class AwsMarketplaceComponentAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AwsMarketplaceComponentAttributes
An implementation for
AwsMarketplaceComponentAttributes-
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.imagebuilder.alpha.AwsMarketplaceComponentAttributes
AwsMarketplaceComponentAttributes.Builder, AwsMarketplaceComponentAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAwsMarketplaceComponentAttributes.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 String(experimental) The name of the AWS Marketplace component.final String(experimental) The version of the AWS Marketplace component.final String(experimental) The marketplace product ID associated with the component.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 theAwsMarketplaceComponentAttributes.Builder.
-
-
Method Details
-
getComponentName
Description copied from interface:AwsMarketplaceComponentAttributes(experimental) The name of the AWS Marketplace component.This name should exclude the marketplace product ID from it
- Specified by:
getComponentNamein interfaceAwsMarketplaceComponentAttributes
-
getMarketplaceProductId
Description copied from interface:AwsMarketplaceComponentAttributes(experimental) The marketplace product ID associated with the component.- Specified by:
getMarketplaceProductIdin interfaceAwsMarketplaceComponentAttributes
-
getComponentVersion
Description copied from interface:AwsMarketplaceComponentAttributes(experimental) The version of the AWS Marketplace component.Default: - the latest version of the component, x.x.x
- Specified by:
getComponentVersionin interfaceAwsMarketplaceComponentAttributes
-
$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()
-