public static class ExecuteChangeSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExecuteChangeSetProps
software.amazon.jsii.JsiiObject.InitializationModeExecuteChangeSetProps.Builder, ExecuteChangeSetProps.Jsii$Pojo, ExecuteChangeSetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeSetName()
Name of the change set to execute.
|
String |
getOutputArtifactName()
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
String |
getOutputFileName()
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
String |
getStackName()
The name of the stack to apply this action to
|
void |
setChangeSetName(String value)
Name of the change set to execute.
|
void |
setOutputArtifactName(String value)
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
void |
setOutputFileName(String value)
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
void |
setStackName(String value)
The name of the stack to apply this action to
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getChangeSetName()
getChangeSetName in interface ExecuteChangeSetPropspublic void setChangeSetName(String value)
setChangeSetName in interface ExecuteChangeSetPropspublic String getStackName()
getStackName in interface CloudFormationCommonPropspublic void setStackName(String value)
setStackName in interface CloudFormationCommonProps@Nullable public String getOutputFileName()
getOutputFileName in interface CloudFormationCommonPropspublic void setOutputFileName(@Nullable String value)
setOutputFileName in interface CloudFormationCommonProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface CloudFormationCommonPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName in interface CloudFormationCommonPropsCopyright © 2018. All rights reserved.