7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/IntegrationV2Type.h>
42 template <
typename ProductV2NameT = Aws::String>
44 m_productV2NameHasBeenSet =
true;
45 m_productV2Name = std::forward<ProductV2NameT>(value);
47 template <
typename ProductV2NameT = Aws::String>
60 template <
typename CompanyNameT = Aws::String>
62 m_companyNameHasBeenSet =
true;
63 m_companyName = std::forward<CompanyNameT>(value);
65 template <
typename CompanyNameT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename CategoriesT = Aws::Vector<Aws::String>>
98 m_categoriesHasBeenSet =
true;
99 m_categories = std::forward<CategoriesT>(value);
101 template <
typename CategoriesT = Aws::Vector<Aws::String>>
106 template <
typename CategoriesT = Aws::String>
108 m_categoriesHasBeenSet =
true;
109 m_categories.emplace_back(std::forward<CategoriesT>(value));
120 template <
typename IntegrationV2TypesT = Aws::Vector<IntegrationV2Type>>
122 m_integrationV2TypesHasBeenSet =
true;
123 m_integrationV2Types = std::forward<IntegrationV2TypesT>(value);
125 template <
typename IntegrationV2TypesT = Aws::Vector<IntegrationV2Type>>
131 m_integrationV2TypesHasBeenSet =
true;
132 m_integrationV2Types.push_back(value);
143 template <
typename MarketplaceUrlT = Aws::String>
145 m_marketplaceUrlHasBeenSet =
true;
146 m_marketplaceUrl = std::forward<MarketplaceUrlT>(value);
148 template <
typename MarketplaceUrlT = Aws::String>
162 template <
typename ActivationUrlT = Aws::String>
164 m_activationUrlHasBeenSet =
true;
165 m_activationUrl = std::forward<ActivationUrlT>(value);
167 template <
typename ActivationUrlT = Aws::String>
187 bool m_productV2NameHasBeenSet =
false;
188 bool m_companyNameHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
190 bool m_categoriesHasBeenSet =
false;
191 bool m_integrationV2TypesHasBeenSet =
false;
192 bool m_marketplaceUrlHasBeenSet =
false;
193 bool m_activationUrlHasBeenSet =
false;
bool ProductV2NameHasBeenSet() const
bool IntegrationV2TypesHasBeenSet() const
const Aws::String & GetMarketplaceUrl() const
void SetIntegrationV2Types(IntegrationV2TypesT &&value)
ProductV2 & WithIntegrationV2Types(IntegrationV2TypesT &&value)
void SetActivationUrl(ActivationUrlT &&value)
const Aws::String & GetProductV2Name() const
void SetMarketplaceUrl(MarketplaceUrlT &&value)
bool ActivationUrlHasBeenSet() const
void SetCategories(CategoriesT &&value)
ProductV2 & AddIntegrationV2Types(IntegrationV2Type value)
void SetCompanyName(CompanyNameT &&value)
ProductV2 & WithActivationUrl(ActivationUrlT &&value)
AWS_SECURITYHUB_API ProductV2()=default
const Aws::String & GetCompanyName() const
bool DescriptionHasBeenSet() const
ProductV2 & WithDescription(DescriptionT &&value)
ProductV2 & WithMarketplaceUrl(MarketplaceUrlT &&value)
const Aws::Vector< Aws::String > & GetCategories() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
ProductV2 & WithProductV2Name(ProductV2NameT &&value)
void SetDescription(DescriptionT &&value)
ProductV2 & WithCategories(CategoriesT &&value)
void SetProductV2Name(ProductV2NameT &&value)
const Aws::String & GetActivationUrl() const
bool MarketplaceUrlHasBeenSet() const
const Aws::String & GetDescription() const
bool CompanyNameHasBeenSet() const
bool CategoriesHasBeenSet() const
const Aws::Vector< IntegrationV2Type > & GetIntegrationV2Types() const
ProductV2 & WithCompanyName(CompanyNameT &&value)
AWS_SECURITYHUB_API ProductV2(Aws::Utils::Json::JsonView jsonValue)
ProductV2 & AddCategories(CategoriesT &&value)
AWS_SECURITYHUB_API ProductV2 & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue