7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
42 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
44 m_propertiesHasBeenSet =
true;
45 m_properties = std::forward<PropertiesT>(value);
47 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
52 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
54 m_propertiesHasBeenSet =
true;
55 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
61 bool m_propertiesHasBeenSet =
false;
void SetProperties(PropertiesT &&value)
UpdateOperation & WithProperties(PropertiesT &&value)
AWS_MGN_API UpdateOperation(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API UpdateOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
bool PropertiesHasBeenSet() const
AWS_MGN_API UpdateOperation()=default
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateOperation & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue