public static final class ExecuteChangeSetProps.Jsii$Pojo extends Object implements ExecuteChangeSetProps
ExecuteChangeSetProps.ExecuteChangeSetProps.Builder, ExecuteChangeSetProps.Jsii$Pojo, ExecuteChangeSetProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected String |
_changeSetName |
protected String |
_outputArtifactName |
protected String |
_outputFileName |
protected String |
_stackName |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected String _changeSetName
protected String _stackName
protected String _outputFileName
protected String _outputArtifactName
public String getChangeSetName()
ExecuteChangeSetPropsgetChangeSetName in interface ExecuteChangeSetPropspublic void setChangeSetName(String value)
ExecuteChangeSetPropssetChangeSetName in interface ExecuteChangeSetPropspublic String getStackName()
CloudFormationCommonPropsgetStackName in interface CloudFormationCommonPropspublic void setStackName(String value)
CloudFormationCommonPropssetStackName in interface CloudFormationCommonPropspublic String getOutputFileName()
CloudFormationCommonPropsgetOutputFileName in interface CloudFormationCommonPropspublic void setOutputFileName(String value)
CloudFormationCommonPropssetOutputFileName in interface CloudFormationCommonPropspublic String getOutputArtifactName()
CloudFormationCommonPropsgetOutputArtifactName in interface CloudFormationCommonPropspublic void setOutputArtifactName(String value)
CloudFormationCommonPropssetOutputArtifactName in interface CloudFormationCommonPropsCopyright © 2018. All rights reserved.