7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/VmPlatform.h>
43 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
45 m_tagsHasBeenSet =
true;
46 m_tags = std::forward<TagsT>(value);
48 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
50 SetTags(std::forward<TagsT>(value));
53 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
55 m_tagsHasBeenSet =
true;
56 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
68 m_platformHasBeenSet =
true;
83 template <
typename InventoryHashT = Aws::String>
85 m_inventoryHashHasBeenSet =
true;
86 m_inventoryHash = std::forward<InventoryHashT>(value);
88 template <
typename InventoryHashT = Aws::String>
101 template <
typename VmImageReferenceT = Aws::String>
103 m_vmImageReferenceHasBeenSet =
true;
104 m_vmImageReference = std::forward<VmImageReferenceT>(value);
106 template <
typename VmImageReferenceT = Aws::String>
120 bool m_tagsHasBeenSet =
false;
121 bool m_platformHasBeenSet =
false;
122 bool m_inventoryHashHasBeenSet =
false;
123 bool m_vmImageReferenceHasBeenSet =
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