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 NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 m_excludedHasBeenSet =
true;
76 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
78 m_propertiesHasBeenSet =
true;
79 m_properties = std::forward<PropertiesT>(value);
81 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
86 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
88 m_propertiesHasBeenSet =
true;
89 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
96 bool m_excluded{
false};
99 bool m_nameHasBeenSet =
false;
100 bool m_excludedHasBeenSet =
false;
101 bool m_propertiesHasBeenSet =
false;
const Aws::String & GetName() const
void SetProperties(PropertiesT &&value)
UpdateOperation & WithProperties(PropertiesT &&value)
UpdateOperation & WithName(NameT &&value)
void SetExcluded(bool value)
AWS_MGN_API UpdateOperation(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool ExcludedHasBeenSet() const
AWS_MGN_API UpdateOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
bool PropertiesHasBeenSet() const
void SetName(NameT &&value)
UpdateOperation & WithExcluded(bool value)
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue