7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
40 template <
typename VendorT = Aws::String>
42 m_vendorHasBeenSet =
true;
43 m_vendor = std::forward<VendorT>(value);
45 template <
typename VendorT = Aws::String>
58 template <
typename ProductT = Aws::String>
60 m_productHasBeenSet =
true;
61 m_product = std::forward<ProductT>(value);
63 template <
typename ProductT = Aws::String>
76 template <
typename VersionT = Aws::String>
78 m_versionHasBeenSet =
true;
79 m_version = std::forward<VersionT>(value);
81 template <
typename VersionT = Aws::String>
93 bool m_vendorHasBeenSet =
false;
94 bool m_productHasBeenSet =
false;
95 bool m_versionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue