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));
92 bool m_awsProductsHasBeenSet =
false;
93 bool m_solutionsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue