Package software.amazon.awscdk
Class ITemplateOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.ITemplateOptions.Jsii$Proxy
- All Implemented Interfaces:
ITemplateOptions
,ITemplateOptions.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ITemplateOptions
@Internal
public static final class ITemplateOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ITemplateOptions.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITemplateOptions
ITemplateOptions.Jsii$Default, ITemplateOptions.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Gets or sets the description of this stack.Metadata associated with the CloudFormation template.final String
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.Gets or sets the top-level template transform(s) for this stack (e.g.final void
setDescription
(String value) Gets or sets the description of this stack.final void
setMetadata
(Map<String, Object> value) Metadata associated with the CloudFormation template.final void
setTemplateFormatVersion
(String value) Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.final void
setTransforms
(List<String> value) Gets or sets the top-level template transform(s) for this stack (e.g.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
- Specified by:
getDescription
in interfaceITemplateOptions
- Specified by:
getDescription
in interfaceITemplateOptions.Jsii$Default
-
setDescription
Gets or sets the description of this stack.If provided, it will be included in the CloudFormation template's "Description" attribute.
- Specified by:
setDescription
in interfaceITemplateOptions
- Specified by:
setDescription
in interfaceITemplateOptions.Jsii$Default
-
getMetadata
Metadata associated with the CloudFormation template.- Specified by:
getMetadata
in interfaceITemplateOptions
- Specified by:
getMetadata
in interfaceITemplateOptions.Jsii$Default
-
setMetadata
Metadata associated with the CloudFormation template.- Specified by:
setMetadata
in interfaceITemplateOptions
- Specified by:
setMetadata
in interfaceITemplateOptions.Jsii$Default
-
getTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
getTemplateFormatVersion
in interfaceITemplateOptions
- Specified by:
getTemplateFormatVersion
in interfaceITemplateOptions.Jsii$Default
-
setTemplateFormatVersion
Gets or sets the AWSTemplateFormatVersion field of the CloudFormation template.- Specified by:
setTemplateFormatVersion
in interfaceITemplateOptions
- Specified by:
setTemplateFormatVersion
in interfaceITemplateOptions.Jsii$Default
-
getTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]
).- Specified by:
getTransforms
in interfaceITemplateOptions
- Specified by:
getTransforms
in interfaceITemplateOptions.Jsii$Default
-
setTransforms
Gets or sets the top-level template transform(s) for this stack (e.g.["AWS::Serverless-2016-10-31"]
).- Specified by:
setTransforms
in interfaceITemplateOptions
- Specified by:
setTransforms
in interfaceITemplateOptions.Jsii$Default
-