7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
20namespace GreengrassV2 {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
67 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
69 m_attributesHasBeenSet =
true;
70 m_attributes = std::forward<AttributesT>(value);
72 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
77 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
79 m_attributesHasBeenSet =
true;
80 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
88 bool m_nameHasBeenSet =
false;
89 bool m_attributesHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue