7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/awstransfer/model/ExecutionStepResult.h>
48 template<
typename StepsT = Aws::Vector<ExecutionStepResult>>
49 void SetSteps(StepsT&& value) { m_stepsHasBeenSet =
true; m_steps = std::forward<StepsT>(value); }
50 template<
typename StepsT = Aws::Vector<ExecutionStepResult>>
52 template<
typename StepsT = ExecutionStepResult>
53 ExecutionResults&
AddSteps(StepsT&& value) { m_stepsHasBeenSet =
true; m_steps.emplace_back(std::forward<StepsT>(value));
return *
this; }
63 template<
typename OnExceptionStepsT = Aws::Vector<ExecutionStepResult>>
64 void SetOnExceptionSteps(OnExceptionStepsT&& value) { m_onExceptionStepsHasBeenSet =
true; m_onExceptionSteps = std::forward<OnExceptionStepsT>(value); }
65 template<
typename OnExceptionStepsT = Aws::Vector<ExecutionStepResult>>
67 template<
typename OnExceptionStepsT = ExecutionStepResult>
68 ExecutionResults&
AddOnExceptionSteps(OnExceptionStepsT&& value) { m_onExceptionStepsHasBeenSet =
true; m_onExceptionSteps.emplace_back(std::forward<OnExceptionStepsT>(value));
return *
this; }
73 bool m_stepsHasBeenSet =
false;
76 bool m_onExceptionStepsHasBeenSet =
false;
bool StepsHasBeenSet() const
ExecutionResults & WithOnExceptionSteps(OnExceptionStepsT &&value)
AWS_TRANSFER_API ExecutionResults & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ExecutionStepResult > & GetSteps() const
void SetSteps(StepsT &&value)
ExecutionResults & AddSteps(StepsT &&value)
ExecutionResults & WithSteps(StepsT &&value)
bool OnExceptionStepsHasBeenSet() const
AWS_TRANSFER_API ExecutionResults(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API ExecutionResults()=default
const Aws::Vector< ExecutionStepResult > & GetOnExceptionSteps() const
ExecutionResults & AddOnExceptionSteps(OnExceptionStepsT &&value)
void SetOnExceptionSteps(OnExceptionStepsT &&value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue