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>
11#include <aws/fis/model/ExperimentTemplateTargetInputFilter.h>
46 template <
typename ResourceTypeT = Aws::String>
48 m_resourceTypeHasBeenSet =
true;
49 m_resourceType = std::forward<ResourceTypeT>(value);
51 template <
typename ResourceTypeT = Aws::String>
64 template <
typename ResourceArnsT = Aws::Vector<Aws::String>>
66 m_resourceArnsHasBeenSet =
true;
67 m_resourceArns = std::forward<ResourceArnsT>(value);
69 template <
typename ResourceArnsT = Aws::Vector<Aws::String>>
74 template <
typename ResourceArnsT = Aws::String>
76 m_resourceArnsHasBeenSet =
true;
77 m_resourceArns.emplace_back(std::forward<ResourceArnsT>(value));
88 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
90 m_resourceTagsHasBeenSet =
true;
91 m_resourceTags = std::forward<ResourceTagsT>(value);
93 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
98 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
100 m_resourceTagsHasBeenSet =
true;
101 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
113 template <
typename FiltersT = Aws::Vector<ExperimentTemplateTargetInputFilter>>
115 m_filtersHasBeenSet =
true;
116 m_filters = std::forward<FiltersT>(value);
118 template <
typename FiltersT = Aws::Vector<ExperimentTemplateTargetInputFilter>>
123 template <
typename FiltersT = ExperimentTemplateTargetInputFilter>
125 m_filtersHasBeenSet =
true;
126 m_filters.emplace_back(std::forward<FiltersT>(value));
137 template <
typename SelectionModeT = Aws::String>
139 m_selectionModeHasBeenSet =
true;
140 m_selectionMode = std::forward<SelectionModeT>(value);
142 template <
typename SelectionModeT = Aws::String>
155 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
157 m_parametersHasBeenSet =
true;
158 m_parameters = std::forward<ParametersT>(value);
160 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
165 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
167 m_parametersHasBeenSet =
true;
168 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
184 bool m_resourceTypeHasBeenSet =
false;
185 bool m_resourceArnsHasBeenSet =
false;
186 bool m_resourceTagsHasBeenSet =
false;
187 bool m_filtersHasBeenSet =
false;
188 bool m_selectionModeHasBeenSet =
false;
189 bool m_parametersHasBeenSet =
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