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/IntegrationType.h>
42 template <
typename ProductArnT = Aws::String>
44 m_productArnHasBeenSet =
true;
45 m_productArn = std::forward<ProductArnT>(value);
47 template <
typename ProductArnT = Aws::String>
60 template <
typename ProductNameT = Aws::String>
62 m_productNameHasBeenSet =
true;
63 m_productName = std::forward<ProductNameT>(value);
65 template <
typename ProductNameT = Aws::String>
78 template <
typename CompanyNameT = Aws::String>
80 m_companyNameHasBeenSet =
true;
81 m_companyName = std::forward<CompanyNameT>(value);
83 template <
typename CompanyNameT = Aws::String>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename CategoriesT = Aws::Vector<Aws::String>>
116 m_categoriesHasBeenSet =
true;
117 m_categories = std::forward<CategoriesT>(value);
119 template <
typename CategoriesT = Aws::Vector<Aws::String>>
124 template <
typename CategoriesT = Aws::String>
126 m_categoriesHasBeenSet =
true;
127 m_categories.emplace_back(std::forward<CategoriesT>(value));
145 template <
typename IntegrationTypesT = Aws::Vector<IntegrationType>>
147 m_integrationTypesHasBeenSet =
true;
148 m_integrationTypes = std::forward<IntegrationTypesT>(value);
150 template <
typename IntegrationTypesT = Aws::Vector<IntegrationType>>
156 m_integrationTypesHasBeenSet =
true;
157 m_integrationTypes.push_back(value);
171 template <
typename MarketplaceUrlT = Aws::String>
173 m_marketplaceUrlHasBeenSet =
true;
174 m_marketplaceUrl = std::forward<MarketplaceUrlT>(value);
176 template <
typename MarketplaceUrlT = Aws::String>
190 template <
typename ActivationUrlT = Aws::String>
192 m_activationUrlHasBeenSet =
true;
193 m_activationUrl = std::forward<ActivationUrlT>(value);
195 template <
typename ActivationUrlT = Aws::String>
208 template <
typename ProductSubscriptionResourcePolicyT = Aws::String>
210 m_productSubscriptionResourcePolicyHasBeenSet =
true;
211 m_productSubscriptionResourcePolicy = std::forward<ProductSubscriptionResourcePolicyT>(value);
213 template <
typename ProductSubscriptionResourcePolicyT = Aws::String>
237 bool m_productArnHasBeenSet =
false;
238 bool m_productNameHasBeenSet =
false;
239 bool m_companyNameHasBeenSet =
false;
240 bool m_descriptionHasBeenSet =
false;
241 bool m_categoriesHasBeenSet =
false;
242 bool m_integrationTypesHasBeenSet =
false;
243 bool m_marketplaceUrlHasBeenSet =
false;
244 bool m_activationUrlHasBeenSet =
false;
245 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