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/partnercentral-selling/model/SolutionSort.h>
11#include <aws/core/utils/memory/stl/AWSVector.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>
65 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
90 template<
typename SortT = SolutionSort>
91 void SetSort(SortT&& value) { m_sortHasBeenSet =
true; m_sort = std::forward<SortT>(value); }
92 template<
typename SortT = SolutionSort>
103 template<
typename StatusT = Aws::Vector<SolutionStatus>>
104 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
105 template<
typename StatusT = Aws::Vector<SolutionStatus>>
118 template<
typename IdentifierT = Aws::Vector<Aws::String>>
119 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
120 template<
typename IdentifierT = Aws::Vector<Aws::String>>
122 template<
typename IdentifierT = Aws::String>
135 template<
typename CategoryT = Aws::Vector<Aws::String>>
136 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
137 template<
typename CategoryT = Aws::Vector<Aws::String>>
139 template<
typename CategoryT = Aws::String>
145 bool m_catalogHasBeenSet =
false;
148 bool m_maxResultsHasBeenSet =
false;
151 bool m_nextTokenHasBeenSet =
false;
154 bool m_sortHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
160 bool m_identifierHasBeenSet =
false;
163 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