Class CloudFormationProductProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CloudFormationProductProps.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationProductProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationProductProps
@Stability(Stable)
@Internal
public static final class CloudFormationProductProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudFormationProductProps
An implementation for
CloudFormationProductProps-
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.servicecatalog.CloudFormationProductProps
CloudFormationProductProps.Builder, CloudFormationProductProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationProductProps.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 StringThe description of the product.final StringThe distributor of the product.final MessageLanguageThe language code.final StringgetOwner()The owner of the product.final StringThe name of the product.final List<CloudFormationProductVersion>The configuration of the product version.final BooleanWhether to give provisioning artifacts a new unique identifier when the product attributes or provisioning artifacts is updated.final StringThe support information about the product.final StringThe contact email for product support.final StringThe contact URL for product support.final TagOptionsTagOptions associated directly to a product.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 theCloudFormationProductProps.Builder.
-
-
Method Details
-
getOwner
Description copied from interface:CloudFormationProductPropsThe owner of the product.- Specified by:
getOwnerin interfaceCloudFormationProductProps
-
getProductName
Description copied from interface:CloudFormationProductPropsThe name of the product.- Specified by:
getProductNamein interfaceCloudFormationProductProps
-
getProductVersions
Description copied from interface:CloudFormationProductPropsThe configuration of the product version.- Specified by:
getProductVersionsin interfaceCloudFormationProductProps
-
getDescription
Description copied from interface:CloudFormationProductPropsThe description of the product.Default: - No description provided
- Specified by:
getDescriptionin interfaceCloudFormationProductProps
-
getDistributor
Description copied from interface:CloudFormationProductPropsThe distributor of the product.Default: - No distributor provided
- Specified by:
getDistributorin interfaceCloudFormationProductProps
-
getMessageLanguage
Description copied from interface:CloudFormationProductPropsThe language code.Controls language for logging and errors.
Default: - English
- Specified by:
getMessageLanguagein interfaceCloudFormationProductProps
-
getReplaceProductVersionIds
Description copied from interface:CloudFormationProductPropsWhether to give provisioning artifacts a new unique identifier when the product attributes or provisioning artifacts is updated.Default: false
- Specified by:
getReplaceProductVersionIdsin interfaceCloudFormationProductProps
-
getSupportDescription
Description copied from interface:CloudFormationProductPropsThe support information about the product.Default: - No support description provided
- Specified by:
getSupportDescriptionin interfaceCloudFormationProductProps
-
getSupportEmail
Description copied from interface:CloudFormationProductPropsThe contact email for product support.Default: - No support email provided
- Specified by:
getSupportEmailin interfaceCloudFormationProductProps
-
getSupportUrl
Description copied from interface:CloudFormationProductPropsThe contact URL for product support.Default: - No support URL provided
- Specified by:
getSupportUrlin interfaceCloudFormationProductProps
-
getTagOptions
Description copied from interface:CloudFormationProductPropsTagOptions associated directly to a product.Default: - No tagOptions provided
- Specified by:
getTagOptionsin interfaceCloudFormationProductProps
-
$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()
-