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/IntegrationType.h>
48 template<
typename ProductArnT = Aws::String>
49 void SetProductArn(ProductArnT&& value) { m_productArnHasBeenSet =
true; m_productArn = std::forward<ProductArnT>(value); }
50 template<
typename ProductArnT = Aws::String>
60 template<
typename ProductNameT = Aws::String>
61 void SetProductName(ProductNameT&& value) { m_productNameHasBeenSet =
true; m_productName = std::forward<ProductNameT>(value); }
62 template<
typename ProductNameT = Aws::String>
72 template<
typename CompanyNameT = Aws::String>
73 void SetCompanyName(CompanyNameT&& value) { m_companyNameHasBeenSet =
true; m_companyName = std::forward<CompanyNameT>(value); }
74 template<
typename CompanyNameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
96 template<
typename CategoriesT = Aws::Vector<Aws::String>>
97 void SetCategories(CategoriesT&& value) { m_categoriesHasBeenSet =
true; m_categories = std::forward<CategoriesT>(value); }
98 template<
typename CategoriesT = Aws::Vector<Aws::String>>
100 template<
typename CategoriesT = Aws::String>
101 Product&
AddCategories(CategoriesT&& value) { m_categoriesHasBeenSet =
true; m_categories.emplace_back(std::forward<CategoriesT>(value));
return *
this; }
117 template<
typename IntegrationTypesT = Aws::Vector<IntegrationType>>
118 void SetIntegrationTypes(IntegrationTypesT&& value) { m_integrationTypesHasBeenSet =
true; m_integrationTypes = std::forward<IntegrationTypesT>(value); }
119 template<
typename IntegrationTypesT = Aws::Vector<IntegrationType>>
133 template<
typename MarketplaceUrlT = Aws::String>
134 void SetMarketplaceUrl(MarketplaceUrlT&& value) { m_marketplaceUrlHasBeenSet =
true; m_marketplaceUrl = std::forward<MarketplaceUrlT>(value); }
135 template<
typename MarketplaceUrlT = Aws::String>
146 template<
typename ActivationUrlT = Aws::String>
147 void SetActivationUrl(ActivationUrlT&& value) { m_activationUrlHasBeenSet =
true; m_activationUrl = std::forward<ActivationUrlT>(value); }
148 template<
typename ActivationUrlT = Aws::String>
158 template<
typename ProductSubscriptionResourcePolicyT = Aws::String>
159 void SetProductSubscriptionResourcePolicy(ProductSubscriptionResourcePolicyT&& value) { m_productSubscriptionResourcePolicyHasBeenSet =
true; m_productSubscriptionResourcePolicy = std::forward<ProductSubscriptionResourcePolicyT>(value); }
160 template<
typename ProductSubscriptionResourcePolicyT = Aws::String>
166 bool m_productArnHasBeenSet =
false;
169 bool m_productNameHasBeenSet =
false;
172 bool m_companyNameHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
178 bool m_categoriesHasBeenSet =
false;
181 bool m_integrationTypesHasBeenSet =
false;
184 bool m_marketplaceUrlHasBeenSet =
false;
187 bool m_activationUrlHasBeenSet =
false;
190 bool m_productSubscriptionResourcePolicyHasBeenSet =
false;
Product & WithCompanyName(CompanyNameT &&value)
bool ProductArnHasBeenSet() const
const Aws::String & GetProductName() const
bool CompanyNameHasBeenSet() const
void SetProductName(ProductNameT &&value)
const Aws::Vector< IntegrationType > & GetIntegrationTypes() const
Product & AddCategories(CategoriesT &&value)
AWS_SECURITYHUB_API Product()=default
bool CategoriesHasBeenSet() const
bool ProductNameHasBeenSet() const
const Aws::String & GetActivationUrl() const
void SetMarketplaceUrl(MarketplaceUrlT &&value)
Product & WithMarketplaceUrl(MarketplaceUrlT &&value)
void SetIntegrationTypes(IntegrationTypesT &&value)
bool ActivationUrlHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMarketplaceUrl() const
void SetActivationUrl(ActivationUrlT &&value)
AWS_SECURITYHUB_API Product & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCompanyName(CompanyNameT &&value)
Product & WithProductArn(ProductArnT &&value)
const Aws::String & GetProductSubscriptionResourcePolicy() const
bool IntegrationTypesHasBeenSet() const
bool ProductSubscriptionResourcePolicyHasBeenSet() const
Product & WithIntegrationTypes(IntegrationTypesT &&value)
bool DescriptionHasBeenSet() const
void SetProductArn(ProductArnT &&value)
Product & WithProductSubscriptionResourcePolicy(ProductSubscriptionResourcePolicyT &&value)
AWS_SECURITYHUB_API Product(Aws::Utils::Json::JsonView jsonValue)
Product & WithActivationUrl(ActivationUrlT &&value)
void SetDescription(DescriptionT &&value)
void SetProductSubscriptionResourcePolicy(ProductSubscriptionResourcePolicyT &&value)
Product & AddIntegrationTypes(IntegrationType value)
const Aws::Vector< Aws::String > & GetCategories() const
const Aws::String & GetDescription() const
void SetCategories(CategoriesT &&value)
bool MarketplaceUrlHasBeenSet() const
const Aws::String & GetCompanyName() const
Product & WithProductName(ProductNameT &&value)
const Aws::String & GetProductArn() const
Product & WithDescription(DescriptionT &&value)
Product & WithCategories(CategoriesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue