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>
46 template <
typename ActionIdT = Aws::String>
48 m_actionIdHasBeenSet =
true;
49 m_actionId = std::forward<ActionIdT>(value);
51 template <
typename ActionIdT = Aws::String>
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
82 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
84 m_parametersHasBeenSet =
true;
85 m_parameters = std::forward<ParametersT>(value);
87 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
92 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
94 m_parametersHasBeenSet =
true;
95 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
106 template <
typename TargetsT = Aws::Map<Aws::String, Aws::String>>
108 m_targetsHasBeenSet =
true;
109 m_targets = std::forward<TargetsT>(value);
111 template <
typename TargetsT = Aws::Map<Aws::String, Aws::String>>
116 template <
typename TargetsKeyT = Aws::String,
typename TargetsValueT = Aws::String>
118 m_targetsHasBeenSet =
true;
119 m_targets.emplace(std::forward<TargetsKeyT>(key), std::forward<TargetsValueT>(value));
132 template <
typename StartAfterT = Aws::Vector<Aws::String>>
134 m_startAfterHasBeenSet =
true;
135 m_startAfter = std::forward<StartAfterT>(value);
137 template <
typename StartAfterT = Aws::Vector<Aws::String>>
142 template <
typename StartAfterT = Aws::String>
144 m_startAfterHasBeenSet =
true;
145 m_startAfter.emplace_back(std::forward<StartAfterT>(value));
159 bool m_actionIdHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
161 bool m_parametersHasBeenSet =
false;
162 bool m_targetsHasBeenSet =
false;
163 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