public static final class ITemplateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITemplateOptions
software.amazon.jsii.JsiiObject.InitializationModeITemplateOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets or sets the description of this stack.
|
Map<String,Object> |
getMetadata()
Metadata associated with the CloudFormation template.
|
String |
getTemplateFormatVersion()
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
String |
getTransform()
Deprecated.
use `transforms` instead.
|
List<String> |
getTransforms()
Gets or sets the top-level template transform(s) for this stack (e.g.
|
void |
setDescription(String value)
Gets or sets the description of this stack.
|
void |
setMetadata(Map<String,Object> value)
Metadata associated with the CloudFormation template.
|
void |
setTemplateFormatVersion(String value)
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.
|
void |
setTransform(String value)
Deprecated.
use `transforms` instead.
|
void |
setTransforms(List<String> value)
Gets or sets the top-level template transform(s) for this stack (e.g.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public String getDescription()
getDescription in interface ITemplateOptions@Stability(value=Stable) public void setDescription(String value)
setDescription in interface ITemplateOptions@Stability(value=Stable) public Map<String,Object> getMetadata()
getMetadata in interface ITemplateOptions@Stability(value=Stable) public void setMetadata(Map<String,Object> value)
setMetadata in interface ITemplateOptions@Stability(value=Stable) public String getTemplateFormatVersion()
getTemplateFormatVersion in interface ITemplateOptions@Stability(value=Stable) public void setTemplateFormatVersion(String value)
setTemplateFormatVersion in interface ITemplateOptions@Stability(value=Deprecated) @Deprecated public String getTransform()
getTransform in interface ITemplateOptions@Stability(value=Deprecated) @Deprecated public void setTransform(String value)
setTransform in interface ITemplateOptions@Stability(value=Stable) public List<String> getTransforms()
getTransforms in interface ITemplateOptions@Stability(value=Stable) public void setTransforms(List<String> value)
setTransforms in interface ITemplateOptionsCopyright © 2019. All rights reserved.