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/EngagementSort.h>
16namespace PartnerCentralSelling
45 template<
typename CatalogT = Aws::String>
46 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
47 template<
typename CatalogT = Aws::String>
59 template<
typename CreatedByT = Aws::Vector<Aws::String>>
60 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
61 template<
typename CreatedByT = Aws::Vector<Aws::String>>
63 template<
typename CreatedByT = Aws::String>
73 template<
typename EngagementIdentifierT = Aws::Vector<Aws::String>>
74 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
75 template<
typename EngagementIdentifierT = Aws::Vector<Aws::String>>
77 template<
typename EngagementIdentifierT = Aws::String>
88 template<
typename ExcludeCreatedByT = Aws::Vector<Aws::String>>
89 void SetExcludeCreatedBy(ExcludeCreatedByT&& value) { m_excludeCreatedByHasBeenSet =
true; m_excludeCreatedBy = std::forward<ExcludeCreatedByT>(value); }
90 template<
typename ExcludeCreatedByT = Aws::Vector<Aws::String>>
92 template<
typename ExcludeCreatedByT = Aws::String>
102 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
113 template<
typename NextTokenT = Aws::String>
114 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
115 template<
typename NextTokenT = Aws::String>
123 template<
typename SortT = EngagementSort>
124 void SetSort(SortT&& value) { m_sortHasBeenSet =
true; m_sort = std::forward<SortT>(value); }
125 template<
typename SortT = EngagementSort>
131 bool m_catalogHasBeenSet =
false;
134 bool m_createdByHasBeenSet =
false;
137 bool m_engagementIdentifierHasBeenSet =
false;
140 bool m_excludeCreatedByHasBeenSet =
false;
143 bool m_maxResultsHasBeenSet =
false;
146 bool m_nextTokenHasBeenSet =
false;
148 EngagementSort m_sort;
149 bool m_sortHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
ListEngagementsRequest & AddExcludeCreatedBy(ExcludeCreatedByT &&value)
void SetSort(SortT &&value)
ListEngagementsRequest & WithExcludeCreatedBy(ExcludeCreatedByT &&value)
bool SortHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
bool CatalogHasBeenSet() const
void SetExcludeCreatedBy(ExcludeCreatedByT &&value)
ListEngagementsRequest & WithMaxResults(int value)
ListEngagementsRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListEngagementsRequest & AddEngagementIdentifier(EngagementIdentifierT &&value)
const Aws::Vector< Aws::String > & GetExcludeCreatedBy() const
bool ExcludeCreatedByHasBeenSet() const
const Aws::Vector< Aws::String > & GetCreatedBy() const
void SetEngagementIdentifier(EngagementIdentifierT &&value)
ListEngagementsRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetEngagementIdentifier() const
ListEngagementsRequest & WithSort(SortT &&value)
const EngagementSort & GetSort() const
AWS_PARTNERCENTRALSELLING_API ListEngagementsRequest()=default
const Aws::String & GetCatalog() const
bool CreatedByHasBeenSet() const
ListEngagementsRequest & WithCatalog(CatalogT &&value)
void SetCatalog(CatalogT &&value)
const Aws::String & GetNextToken() const
ListEngagementsRequest & AddCreatedBy(CreatedByT &&value)
int GetMaxResults() const
bool EngagementIdentifierHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListEngagementsRequest & WithCreatedBy(CreatedByT &&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