7#include <aws/fis/FIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
52 template<
typename ActionIdT = Aws::String>
53 void SetActionId(ActionIdT&& value) { m_actionIdHasBeenSet =
true; m_actionId = std::forward<ActionIdT>(value); }
54 template<
typename ActionIdT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = Aws::String>
76 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
77 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
78 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
80 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
82 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
92 template<
typename TargetsT = Aws::Map<Aws::String, Aws::String>>
93 void SetTargets(TargetsT&& value) { m_targetsHasBeenSet =
true; m_targets = std::forward<TargetsT>(value); }
94 template<
typename TargetsT = Aws::Map<Aws::String, Aws::String>>
96 template<
typename TargetsKeyT = Aws::String,
typename TargetsValueT = Aws::String>
98 m_targetsHasBeenSet =
true; m_targets.emplace(std::forward<TargetsKeyT>(key), std::forward<TargetsValueT>(value));
return *
this;
110 template<
typename StartAfterT = Aws::Vector<Aws::String>>
111 void SetStartAfter(StartAfterT&& value) { m_startAfterHasBeenSet =
true; m_startAfter = std::forward<StartAfterT>(value); }
112 template<
typename StartAfterT = Aws::Vector<Aws::String>>
114 template<
typename StartAfterT = Aws::String>
120 bool m_actionIdHasBeenSet =
false;
123 bool m_descriptionHasBeenSet =
false;
126 bool m_parametersHasBeenSet =
false;
129 bool m_targetsHasBeenSet =
false;
132 bool m_startAfterHasBeenSet =
false;
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