7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
20namespace PartnerCentralSelling {
45 template <
typename AwsProductsT = Aws::Vector<Aws::String>>
47 m_awsProductsHasBeenSet =
true;
48 m_awsProducts = std::forward<AwsProductsT>(value);
50 template <
typename AwsProductsT = Aws::Vector<Aws::String>>
55 template <
typename AwsProductsT = Aws::String>
57 m_awsProductsHasBeenSet =
true;
58 m_awsProducts.emplace_back(std::forward<AwsProductsT>(value));
71 template <
typename SolutionsT = Aws::Vector<Aws::String>>
73 m_solutionsHasBeenSet =
true;
74 m_solutions = std::forward<SolutionsT>(value);
76 template <
typename SolutionsT = Aws::Vector<Aws::String>>
81 template <
typename SolutionsT = Aws::String>
83 m_solutionsHasBeenSet =
true;
84 m_solutions.emplace_back(std::forward<SolutionsT>(value));
95 template <
typename AwsMarketplaceSolutionsT = Aws::Vector<Aws::String>>
97 m_awsMarketplaceSolutionsHasBeenSet =
true;
98 m_awsMarketplaceSolutions = std::forward<AwsMarketplaceSolutionsT>(value);
100 template <
typename AwsMarketplaceSolutionsT = Aws::Vector<Aws::String>>
105 template <
typename AwsMarketplaceSolutionsT = Aws::String>
107 m_awsMarketplaceSolutionsHasBeenSet =
true;
108 m_awsMarketplaceSolutions.emplace_back(std::forward<AwsMarketplaceSolutionsT>(value));
119 template <
typename AwsMarketplaceProductsT = Aws::Vector<Aws::String>>
121 m_awsMarketplaceProductsHasBeenSet =
true;
122 m_awsMarketplaceProducts = std::forward<AwsMarketplaceProductsT>(value);
124 template <
typename AwsMarketplaceProductsT = Aws::Vector<Aws::String>>
129 template <
typename AwsMarketplaceProductsT = Aws::String>
131 m_awsMarketplaceProductsHasBeenSet =
true;
132 m_awsMarketplaceProducts.emplace_back(std::forward<AwsMarketplaceProductsT>(value));
144 bool m_awsProductsHasBeenSet =
false;
145 bool m_solutionsHasBeenSet =
false;
146 bool m_awsMarketplaceSolutionsHasBeenSet =
false;
147 bool m_awsMarketplaceProductsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue