Class CloudFormationProductVersion.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CloudFormationProductVersion.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationProductVersion,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationProductVersion
@Stability(Stable)
@Internal
public static final class CloudFormationProductVersion.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CloudFormationProductVersion
An implementation for
CloudFormationProductVersion-
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.CloudFormationProductVersion
CloudFormationProductVersion.Builder, CloudFormationProductVersion.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationProductVersion.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 CloudFormationTemplateThe S3 template that points to the provisioning version template.final StringThe description of the product version.final StringThe name of the product version.final BooleanWhether the specified product template will be validated by CloudFormation.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 theCloudFormationProductVersion.Builder.
-
-
Method Details
-
getCloudFormationTemplate
Description copied from interface:CloudFormationProductVersionThe S3 template that points to the provisioning version template.- Specified by:
getCloudFormationTemplatein interfaceCloudFormationProductVersion
-
getDescription
Description copied from interface:CloudFormationProductVersionThe description of the product version.Default: - No description provided
- Specified by:
getDescriptionin interfaceCloudFormationProductVersion
-
getProductVersionName
Description copied from interface:CloudFormationProductVersionThe name of the product version.Default: - No product version name provided
- Specified by:
getProductVersionNamein interfaceCloudFormationProductVersion
-
getValidateTemplate
Description copied from interface:CloudFormationProductVersionWhether the specified product template will be validated by CloudFormation.If turned off, an invalid template configuration can be stored.
Default: true
- Specified by:
getValidateTemplatein interfaceCloudFormationProductVersion
-
$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()
-