7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/fis/FIS_EXPORTS.h>
42 template <
typename ActionIdT = Aws::String>
44 m_actionIdHasBeenSet =
true;
45 m_actionId = std::forward<ActionIdT>(value);
47 template <
typename ActionIdT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
80 m_parametersHasBeenSet =
true;
81 m_parameters = std::forward<ParametersT>(value);
83 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
88 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
90 m_parametersHasBeenSet =
true;
91 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
102 template <
typename TargetsT = Aws::Map<Aws::String, Aws::String>>
104 m_targetsHasBeenSet =
true;
105 m_targets = std::forward<TargetsT>(value);
107 template <
typename TargetsT = Aws::Map<Aws::String, Aws::String>>
112 template <
typename TargetsKeyT = Aws::String,
typename TargetsValueT = Aws::String>
114 m_targetsHasBeenSet =
true;
115 m_targets.emplace(std::forward<TargetsKeyT>(key), std::forward<TargetsValueT>(value));
127 template <
typename StartAfterT = Aws::Vector<Aws::String>>
129 m_startAfterHasBeenSet =
true;
130 m_startAfter = std::forward<StartAfterT>(value);
132 template <
typename StartAfterT = Aws::Vector<Aws::String>>
137 template <
typename StartAfterT = Aws::String>
139 m_startAfterHasBeenSet =
true;
140 m_startAfter.emplace_back(std::forward<StartAfterT>(value));
154 bool m_actionIdHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
156 bool m_parametersHasBeenSet =
false;
157 bool m_targetsHasBeenSet =
false;
158 bool m_startAfterHasBeenSet =
false;
ExperimentTemplateAction & WithActionId(ActionIdT &&value)
ExperimentTemplateAction & AddStartAfter(StartAfterT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
AWS_FIS_API ExperimentTemplateAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TargetsHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::Vector< Aws::String > & GetStartAfter() const
bool ActionIdHasBeenSet() const
const Aws::String & GetActionId() const
ExperimentTemplateAction & WithDescription(DescriptionT &&value)
void SetTargets(TargetsT &&value)
ExperimentTemplateAction & AddTargets(TargetsKeyT &&key, TargetsValueT &&value)
ExperimentTemplateAction & WithTargets(TargetsT &&value)
ExperimentTemplateAction & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
AWS_FIS_API ExperimentTemplateAction()=default
void SetDescription(DescriptionT &&value)
void SetStartAfter(StartAfterT &&value)
void SetParameters(ParametersT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTargets() const
ExperimentTemplateAction & WithStartAfter(StartAfterT &&value)
AWS_FIS_API ExperimentTemplateAction(Aws::Utils::Json::JsonView jsonValue)
ExperimentTemplateAction & WithParameters(ParametersT &&value)
void SetActionId(ActionIdT &&value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
bool ParametersHasBeenSet() const
bool StartAfterHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue