7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/partnercentral-selling/model/SolutionSort.h>
12#include <aws/partnercentral-selling/model/SolutionStatus.h>
17namespace PartnerCentralSelling
51 template<
typename CatalogT = Aws::String>
52 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
53 template<
typename CatalogT = Aws::String>
66 template<
typename CategoryT = Aws::Vector<Aws::String>>
67 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
68 template<
typename CategoryT = Aws::Vector<Aws::String>>
70 template<
typename CategoryT = Aws::String>
82 template<
typename IdentifierT = Aws::Vector<Aws::String>>
83 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
84 template<
typename IdentifierT = Aws::Vector<Aws::String>>
86 template<
typename IdentifierT = Aws::String>
98 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
110 template<
typename NextTokenT = Aws::String>
111 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
112 template<
typename NextTokenT = Aws::String>
123 template<
typename SortT = SolutionSort>
124 void SetSort(SortT&& value) { m_sortHasBeenSet =
true; m_sort = std::forward<SortT>(value); }
125 template<
typename SortT = SolutionSort>
136 template<
typename StatusT = Aws::Vector<SolutionStatus>>
137 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
138 template<
typename StatusT = Aws::Vector<SolutionStatus>>
145 bool m_catalogHasBeenSet =
false;
148 bool m_categoryHasBeenSet =
false;
151 bool m_identifierHasBeenSet =
false;
154 bool m_maxResultsHasBeenSet =
false;
157 bool m_nextTokenHasBeenSet =
false;
160 bool m_sortHasBeenSet =
false;
163 bool m_statusHasBeenSet =
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