7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
10#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
11#include <aws/partnercentral-selling/model/SolutionSort.h>
12#include <aws/partnercentral-selling/model/SolutionStatus.h>
17namespace PartnerCentralSelling {
47 template <
typename CatalogT = Aws::String>
49 m_catalogHasBeenSet =
true;
50 m_catalog = std::forward<CatalogT>(value);
52 template <
typename CatalogT = Aws::String>
68 m_maxResultsHasBeenSet =
true;
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
104 template <
typename SortT = SolutionSort>
106 m_sortHasBeenSet =
true;
107 m_sort = std::forward<SortT>(value);
109 template <
typename SortT = SolutionSort>
111 SetSort(std::forward<SortT>(value));
123 template <
typename StatusT = Aws::Vector<SolutionStatus>>
125 m_statusHasBeenSet =
true;
126 m_status = std::forward<StatusT>(value);
128 template <
typename StatusT = Aws::Vector<SolutionStatus>>
134 m_statusHasBeenSet =
true;
135 m_status.push_back(value);
148 template <
typename IdentifierT = Aws::Vector<Aws::String>>
150 m_identifierHasBeenSet =
true;
151 m_identifier = std::forward<IdentifierT>(value);
153 template <
typename IdentifierT = Aws::Vector<Aws::String>>
158 template <
typename IdentifierT = Aws::String>
160 m_identifierHasBeenSet =
true;
161 m_identifier.emplace_back(std::forward<IdentifierT>(value));
175 template <
typename CategoryT = Aws::Vector<Aws::String>>
177 m_categoryHasBeenSet =
true;
178 m_category = std::forward<CategoryT>(value);
180 template <
typename CategoryT = Aws::Vector<Aws::String>>
185 template <
typename CategoryT = Aws::String>
187 m_categoryHasBeenSet =
true;
188 m_category.emplace_back(std::forward<CategoryT>(value));
206 bool m_catalogHasBeenSet =
false;
207 bool m_maxResultsHasBeenSet =
false;
208 bool m_nextTokenHasBeenSet =
false;
209 bool m_sortHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
211 bool m_identifierHasBeenSet =
false;
212 bool m_categoryHasBeenSet =
false;
ListSolutionsRequest & AddIdentifier(IdentifierT &&value)
ListSolutionsRequest & WithIdentifier(IdentifierT &&value)
void SetNextToken(NextTokenT &&value)
bool CatalogHasBeenSet() const
int GetMaxResults() const
ListSolutionsRequest & WithCategory(CategoryT &&value)
ListSolutionsRequest & WithStatus(StatusT &&value)
AWS_PARTNERCENTRALSELLING_API ListSolutionsRequest()=default
bool CategoryHasBeenSet() const
void SetCatalog(CatalogT &&value)
ListSolutionsRequest & WithSort(SortT &&value)
bool SortHasBeenSet() const
void SetStatus(StatusT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListSolutionsRequest & WithNextToken(NextTokenT &&value)
void SetCategory(CategoryT &&value)
const Aws::String & GetCatalog() const
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
bool NextTokenHasBeenSet() const
ListSolutionsRequest & WithCatalog(CatalogT &&value)
bool StatusHasBeenSet() const
void SetMaxResults(int value)
const SolutionSort & GetSort() const
const Aws::Vector< Aws::String > & GetIdentifier() const
const Aws::String & GetNextToken() const
ListSolutionsRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetCategory() const
ListSolutionsRequest & AddStatus(SolutionStatus value)
void SetSort(SortT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListSolutionsRequest & AddCategory(CategoryT &&value)
const Aws::Vector< SolutionStatus > & GetStatus() const
void SetIdentifier(IdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector