public static final class ProductStackHistoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProductStackHistoryProps
ProductStackHistoryProps
ProductStackHistoryProps.Builder, ProductStackHistoryProps.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) |
java.lang.Boolean |
getCurrentVersionLocked()
If this is set to true, the ProductStack will not be overwritten if a snapshot is found for the currentVersionName.
|
java.lang.String |
getCurrentVersionName()
The current version name of the ProductStack.
|
java.lang.String |
getDescription()
The description of the product version.
|
java.lang.String |
getDirectory()
The directory where template snapshots will be stored.
|
ProductStack |
getProductStack()
The ProductStack whose history will be retained as a snapshot.
|
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 java.lang.Boolean getCurrentVersionLocked()
ProductStackHistoryProps
getCurrentVersionLocked
in interface ProductStackHistoryProps
public final java.lang.String getCurrentVersionName()
ProductStackHistoryProps
getCurrentVersionName
in interface ProductStackHistoryProps
public final ProductStack getProductStack()
ProductStackHistoryProps
getProductStack
in interface ProductStackHistoryProps
public final java.lang.String getDescription()
ProductStackHistoryProps
Default: - No description provided
getDescription
in interface ProductStackHistoryProps
public final java.lang.String getDirectory()
ProductStackHistoryProps
Default: 'product-stack-snapshots'
getDirectory
in interface ProductStackHistoryProps
public final java.lang.Boolean getValidateTemplate()
ProductStackHistoryProps
If turned off, an invalid template configuration can be stored.
Default: true
getValidateTemplate
in interface ProductStackHistoryProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()