7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace MachineLearning
56 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
57 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
58 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
60 template<
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
62 m_propertiesHasBeenSet =
true; m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
return *
this;
68 bool m_propertiesHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue