7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/WorkflowStepExecutionStatus.h>
10#include <aws/imagebuilder/model/WorkflowStepExecutionRollbackStatus.h>
49 template<
typename StepExecutionIdT = Aws::String>
50 void SetStepExecutionId(StepExecutionIdT&& value) { m_stepExecutionIdHasBeenSet =
true; m_stepExecutionId = std::forward<StepExecutionIdT>(value); }
51 template<
typename StepExecutionIdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename ActionT = Aws::String>
86 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
87 template<
typename ActionT = Aws::String>
117 template<
typename MessageT = Aws::String>
118 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
119 template<
typename MessageT = Aws::String>
129 template<
typename InputsT = Aws::String>
130 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
131 template<
typename InputsT = Aws::String>
142 template<
typename OutputsT = Aws::String>
143 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
144 template<
typename OutputsT = Aws::String>
154 template<
typename StartTimeT = Aws::String>
155 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
156 template<
typename StartTimeT = Aws::String>
166 template<
typename EndTimeT = Aws::String>
167 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
168 template<
typename EndTimeT = Aws::String>
174 bool m_stepExecutionIdHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_actionHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
189 bool m_rollbackStatusHasBeenSet =
false;
192 bool m_messageHasBeenSet =
false;
195 bool m_inputsHasBeenSet =
false;
198 bool m_outputsHasBeenSet =
false;
201 bool m_startTimeHasBeenSet =
false;
204 bool m_endTimeHasBeenSet =
false;
WorkflowStepExecutionRollbackStatus
WorkflowStepExecutionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue