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/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/Target.h>
12#include <aws/ssm/model/TargetLocation.h>
46 template <
typename ParametersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
48 m_parametersHasBeenSet =
true;
49 m_parameters = std::forward<ParametersT>(value);
51 template <
typename ParametersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
56 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::Vector<Aws::String>>
58 m_parametersHasBeenSet =
true;
59 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
71 template <
typename TargetParameterNameT = Aws::String>
73 m_targetParameterNameHasBeenSet =
true;
74 m_targetParameterName = std::forward<TargetParameterNameT>(value);
76 template <
typename TargetParameterNameT = Aws::String>
91 template <
typename TargetsT = Aws::Vector<Target>>
93 m_targetsHasBeenSet =
true;
94 m_targets = std::forward<TargetsT>(value);
96 template <
typename TargetsT = Aws::Vector<Target>>
101 template <
typename TargetsT = Target>
103 m_targetsHasBeenSet =
true;
104 m_targets.emplace_back(std::forward<TargetsT>(value));
116 template <
typename TargetMapsT = Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
118 m_targetMapsHasBeenSet =
true;
119 m_targetMaps = std::forward<TargetMapsT>(value);
121 template <
typename TargetMapsT = Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
126 template <
typename TargetMapsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
128 m_targetMapsHasBeenSet =
true;
129 m_targetMaps.emplace_back(std::forward<TargetMapsT>(value));
141 template <
typename TargetLocationsT = Aws::Vector<TargetLocation>>
143 m_targetLocationsHasBeenSet =
true;
144 m_targetLocations = std::forward<TargetLocationsT>(value);
146 template <
typename TargetLocationsT = Aws::Vector<TargetLocation>>
151 template <
typename TargetLocationsT = TargetLocation>
153 m_targetLocationsHasBeenSet =
true;
154 m_targetLocations.emplace_back(std::forward<TargetLocationsT>(value));
167 template <
typename TargetLocationsURLT = Aws::String>
169 m_targetLocationsURLHasBeenSet =
true;
170 m_targetLocationsURL = std::forward<TargetLocationsURLT>(value);
172 template <
typename TargetLocationsURLT = Aws::String>
190 bool m_parametersHasBeenSet =
false;
191 bool m_targetParameterNameHasBeenSet =
false;
192 bool m_targetsHasBeenSet =
false;
193 bool m_targetMapsHasBeenSet =
false;
194 bool m_targetLocationsHasBeenSet =
false;
195 bool m_targetLocationsURLHasBeenSet =
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