7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
40 template <
typename StepExecutionIdT = Aws::String>
42 m_stepExecutionIdHasBeenSet =
true;
43 m_stepExecutionId = std::forward<StepExecutionIdT>(value);
45 template <
typename StepExecutionIdT = Aws::String>
58 template <
typename StepNameT = Aws::String>
60 m_stepNameHasBeenSet =
true;
61 m_stepName = std::forward<StepNameT>(value);
63 template <
typename StepNameT = Aws::String>
76 template <
typename ActionT = Aws::String>
78 m_actionHasBeenSet =
true;
79 m_action = std::forward<ActionT>(value);
81 template <
typename ActionT = Aws::String>
95 m_iterationHasBeenSet =
true;
110 template <
typename IteratorValueT = Aws::String>
112 m_iteratorValueHasBeenSet =
true;
113 m_iteratorValue = std::forward<IteratorValueT>(value);
115 template <
typename IteratorValueT = Aws::String>
131 bool m_stepExecutionIdHasBeenSet =
false;
132 bool m_stepNameHasBeenSet =
false;
133 bool m_actionHasBeenSet =
false;
134 bool m_iterationHasBeenSet =
false;
135 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