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>
48 template <
typename ResourceTypeT = Aws::String>
50 m_resourceTypeHasBeenSet =
true;
51 m_resourceType = std::forward<ResourceTypeT>(value);
53 template <
typename ResourceTypeT = Aws::String>
66 template <
typename ResourceArnsT = Aws::Vector<Aws::String>>
68 m_resourceArnsHasBeenSet =
true;
69 m_resourceArns = std::forward<ResourceArnsT>(value);
71 template <
typename ResourceArnsT = Aws::Vector<Aws::String>>
76 template <
typename ResourceArnsT = Aws::String>
78 m_resourceArnsHasBeenSet =
true;
79 m_resourceArns.emplace_back(std::forward<ResourceArnsT>(value));
90 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
92 m_resourceTagsHasBeenSet =
true;
93 m_resourceTags = std::forward<ResourceTagsT>(value);
95 template <
typename ResourceTagsT = Aws::Map<Aws::String, Aws::String>>
100 template <
typename ResourceTagsKeyT = Aws::String,
typename ResourceTagsValueT = Aws::String>
102 m_resourceTagsHasBeenSet =
true;
103 m_resourceTags.emplace(std::forward<ResourceTagsKeyT>(key), std::forward<ResourceTagsValueT>(value));
115 template <
typename FiltersT = Aws::Vector<ExperimentTemplateTargetInputFilter>>
117 m_filtersHasBeenSet =
true;
118 m_filters = std::forward<FiltersT>(value);
120 template <
typename FiltersT = Aws::Vector<ExperimentTemplateTargetInputFilter>>
125 template <
typename FiltersT = ExperimentTemplateTargetInputFilter>
127 m_filtersHasBeenSet =
true;
128 m_filters.emplace_back(std::forward<FiltersT>(value));
147 template <
typename SelectionModeT = Aws::String>
149 m_selectionModeHasBeenSet =
true;
150 m_selectionMode = std::forward<SelectionModeT>(value);
152 template <
typename SelectionModeT = Aws::String>
165 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
167 m_parametersHasBeenSet =
true;
168 m_parameters = std::forward<ParametersT>(value);
170 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
175 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
177 m_parametersHasBeenSet =
true;
178 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
194 bool m_resourceTypeHasBeenSet =
false;
195 bool m_resourceArnsHasBeenSet =
false;
196 bool m_resourceTagsHasBeenSet =
false;
197 bool m_filtersHasBeenSet =
false;
198 bool m_selectionModeHasBeenSet =
false;
199 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