7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ssm/model/Target.h>
12#include <aws/ssm/model/TargetLocation.h>
52 template<
typename ParametersT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
53 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
54 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; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
69 template<
typename TargetParameterNameT = Aws::String>
70 void SetTargetParameterName(TargetParameterNameT&& value) { m_targetParameterNameHasBeenSet =
true; m_targetParameterName = std::forward<TargetParameterNameT>(value); }
71 template<
typename TargetParameterNameT = Aws::String>
83 template<
typename TargetsT = Aws::Vector<Target>>
84 void SetTargets(TargetsT&& value) { m_targetsHasBeenSet =
true; m_targets = std::forward<TargetsT>(value); }
85 template<
typename TargetsT = Aws::Vector<Target>>
87 template<
typename TargetsT = Target>
98 template<
typename TargetMapsT = Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
99 void SetTargetMaps(TargetMapsT&& value) { m_targetMapsHasBeenSet =
true; m_targetMaps = std::forward<TargetMapsT>(value); }
100 template<
typename TargetMapsT = Aws::Vector<Aws::Map<Aws::String, Aws::Vector<Aws::String>>>>
102 template<
typename TargetMapsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
113 template<
typename TargetLocationsT = Aws::Vector<TargetLocation>>
114 void SetTargetLocations(TargetLocationsT&& value) { m_targetLocationsHasBeenSet =
true; m_targetLocations = std::forward<TargetLocationsT>(value); }
115 template<
typename TargetLocationsT = Aws::Vector<TargetLocation>>
117 template<
typename TargetLocationsT = TargetLocation>
129 template<
typename TargetLocationsURLT = Aws::String>
130 void SetTargetLocationsURL(TargetLocationsURLT&& value) { m_targetLocationsURLHasBeenSet =
true; m_targetLocationsURL = std::forward<TargetLocationsURLT>(value); }
131 template<
typename TargetLocationsURLT = Aws::String>
137 bool m_parametersHasBeenSet =
false;
140 bool m_targetParameterNameHasBeenSet =
false;
143 bool m_targetsHasBeenSet =
false;
146 bool m_targetMapsHasBeenSet =
false;
149 bool m_targetLocationsHasBeenSet =
false;
152 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