public static final class CloudFormationProductVersion.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationProductVersion
CloudFormationProductVersion
CloudFormationProductVersion.Builder, CloudFormationProductVersion.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
CloudFormationTemplate |
getCloudFormationTemplate()
The S3 template that points to the provisioning version template.
|
java.lang.String |
getDescription()
The description of the product version.
|
java.lang.String |
getProductVersionName()
The name of the product version.
|
java.lang.Boolean |
getValidateTemplate()
Whether the specified product template will be validated by CloudFormation.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final CloudFormationTemplate getCloudFormationTemplate()
CloudFormationProductVersion
getCloudFormationTemplate
in interface CloudFormationProductVersion
public final java.lang.String getDescription()
CloudFormationProductVersion
Default: - No description provided
getDescription
in interface CloudFormationProductVersion
public final java.lang.String getProductVersionName()
CloudFormationProductVersion
Default: - No product version name provided
getProductVersionName
in interface CloudFormationProductVersion
public final java.lang.Boolean getValidateTemplate()
CloudFormationProductVersion
If turned off, an invalid template configuration can be stored.
Default: true
getValidateTemplate
in interface CloudFormationProductVersion
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()