7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/IntegrationV2Type.h>
48 template<
typename ProductV2NameT = Aws::String>
49 void SetProductV2Name(ProductV2NameT&& value) { m_productV2NameHasBeenSet =
true; m_productV2Name = std::forward<ProductV2NameT>(value); }
50 template<
typename ProductV2NameT = Aws::String>
60 template<
typename CompanyNameT = Aws::String>
61 void SetCompanyName(CompanyNameT&& value) { m_companyNameHasBeenSet =
true; m_companyName = std::forward<CompanyNameT>(value); }
62 template<
typename CompanyNameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename CategoriesT = Aws::Vector<Aws::String>>
85 void SetCategories(CategoriesT&& value) { m_categoriesHasBeenSet =
true; m_categories = std::forward<CategoriesT>(value); }
86 template<
typename CategoriesT = Aws::Vector<Aws::String>>
88 template<
typename CategoriesT = Aws::String>
89 ProductV2&
AddCategories(CategoriesT&& value) { m_categoriesHasBeenSet =
true; m_categories.emplace_back(std::forward<CategoriesT>(value));
return *
this; }
98 template<
typename IntegrationV2TypesT = Aws::Vector<IntegrationV2Type>>
99 void SetIntegrationV2Types(IntegrationV2TypesT&& value) { m_integrationV2TypesHasBeenSet =
true; m_integrationV2Types = std::forward<IntegrationV2TypesT>(value); }
100 template<
typename IntegrationV2TypesT = Aws::Vector<IntegrationV2Type>>
111 template<
typename MarketplaceUrlT = Aws::String>
112 void SetMarketplaceUrl(MarketplaceUrlT&& value) { m_marketplaceUrlHasBeenSet =
true; m_marketplaceUrl = std::forward<MarketplaceUrlT>(value); }
113 template<
typename MarketplaceUrlT = Aws::String>
124 template<
typename ActivationUrlT = Aws::String>
125 void SetActivationUrl(ActivationUrlT&& value) { m_activationUrlHasBeenSet =
true; m_activationUrl = std::forward<ActivationUrlT>(value); }
126 template<
typename ActivationUrlT = Aws::String>
132 bool m_productV2NameHasBeenSet =
false;
135 bool m_companyNameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
141 bool m_categoriesHasBeenSet =
false;
144 bool m_integrationV2TypesHasBeenSet =
false;
147 bool m_marketplaceUrlHasBeenSet =
false;
150 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