7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename StepExecutionIdT = Aws::String>
47 void SetStepExecutionId(StepExecutionIdT&& value) { m_stepExecutionIdHasBeenSet =
true; m_stepExecutionId = std::forward<StepExecutionIdT>(value); }
48 template<
typename StepExecutionIdT = Aws::String>
58 template<
typename StepNameT = Aws::String>
59 void SetStepName(StepNameT&& value) { m_stepNameHasBeenSet =
true; m_stepName = std::forward<StepNameT>(value); }
60 template<
typename StepNameT = Aws::String>
70 template<
typename ActionT = Aws::String>
71 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
72 template<
typename ActionT = Aws::String>
82 inline void SetIteration(
int value) { m_iterationHasBeenSet =
true; m_iteration = value; }
92 template<
typename IteratorValueT = Aws::String>
93 void SetIteratorValue(IteratorValueT&& value) { m_iteratorValueHasBeenSet =
true; m_iteratorValue = std::forward<IteratorValueT>(value); }
94 template<
typename IteratorValueT = Aws::String>
100 bool m_stepExecutionIdHasBeenSet =
false;
103 bool m_stepNameHasBeenSet =
false;
106 bool m_actionHasBeenSet =
false;
109 bool m_iterationHasBeenSet =
false;
112 bool m_iteratorValueHasBeenSet =
false;
ParentStepDetails & WithStepName(StepNameT &&value)
void SetStepName(StepNameT &&value)
ParentStepDetails & WithIteratorValue(IteratorValueT &&value)
AWS_SSM_API ParentStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActionHasBeenSet() const
const Aws::String & GetIteratorValue() const
void SetIteratorValue(IteratorValueT &&value)
ParentStepDetails & WithIteration(int value)
bool StepExecutionIdHasBeenSet() const
const Aws::String & GetStepName() const
const Aws::String & GetAction() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
ParentStepDetails & WithStepExecutionId(StepExecutionIdT &&value)
void SetStepExecutionId(StepExecutionIdT &&value)
const Aws::String & GetStepExecutionId() const
AWS_SSM_API ParentStepDetails()=default
void SetAction(ActionT &&value)
ParentStepDetails & WithAction(ActionT &&value)
AWS_SSM_API ParentStepDetails(Aws::Utils::Json::JsonView jsonValue)
bool IteratorValueHasBeenSet() const
bool StepNameHasBeenSet() const
bool IterationHasBeenSet() const
void SetIteration(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue