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/ParticipantType.h>
12#include <aws/partnercentral-selling/model/OpportunityEngagementInvitationSort.h>
13#include <aws/partnercentral-selling/model/EngagementInvitationPayloadType.h>
14#include <aws/partnercentral-selling/model/InvitationStatus.h>
19namespace PartnerCentralSelling
50 template<
typename CatalogT = Aws::String>
51 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
52 template<
typename CatalogT = Aws::String>
66 template<
typename EngagementIdentifierT = Aws::Vector<Aws::String>>
67 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
68 template<
typename EngagementIdentifierT = Aws::Vector<Aws::String>>
70 template<
typename EngagementIdentifierT = Aws::String>
82 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 template<
typename NextTokenT = Aws::String>
95 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
96 template<
typename NextTokenT = Aws::String>
119 template<
typename PayloadTypeT = Aws::Vector<EngagementInvitationPayloadType>>
120 void SetPayloadType(PayloadTypeT&& value) { m_payloadTypeHasBeenSet =
true; m_payloadType = std::forward<PayloadTypeT>(value); }
121 template<
typename PayloadTypeT = Aws::Vector<EngagementInvitationPayloadType>>
132 template<
typename SenderAwsAccountIdT = Aws::Vector<Aws::String>>
133 void SetSenderAwsAccountId(SenderAwsAccountIdT&& value) { m_senderAwsAccountIdHasBeenSet =
true; m_senderAwsAccountId = std::forward<SenderAwsAccountIdT>(value); }
134 template<
typename SenderAwsAccountIdT = Aws::Vector<Aws::String>>
136 template<
typename SenderAwsAccountIdT = Aws::String>
148 template<
typename SortT = OpportunityEngagementInvitationSort>
149 void SetSort(SortT&& value) { m_sortHasBeenSet =
true; m_sort = std::forward<SortT>(value); }
150 template<
typename SortT = OpportunityEngagementInvitationSort>
160 template<
typename StatusT = Aws::Vector<InvitationStatus>>
161 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
162 template<
typename StatusT = Aws::Vector<InvitationStatus>>
169 bool m_catalogHasBeenSet =
false;
172 bool m_engagementIdentifierHasBeenSet =
false;
175 bool m_maxResultsHasBeenSet =
false;
178 bool m_nextTokenHasBeenSet =
false;
181 bool m_participantTypeHasBeenSet =
false;
184 bool m_payloadTypeHasBeenSet =
false;
187 bool m_senderAwsAccountIdHasBeenSet =
false;
189 OpportunityEngagementInvitationSort m_sort;
190 bool m_sortHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
bool NextTokenHasBeenSet() const
void SetCatalog(CatalogT &&value)
ListEngagementInvitationsRequest & WithPayloadType(PayloadTypeT &&value)
const Aws::Vector< Aws::String > & GetSenderAwsAccountId() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< EngagementInvitationPayloadType > & GetPayloadType() const
ListEngagementInvitationsRequest & AddEngagementIdentifier(EngagementIdentifierT &&value)
bool CatalogHasBeenSet() const
const OpportunityEngagementInvitationSort & GetSort() const
bool StatusHasBeenSet() const
bool SenderAwsAccountIdHasBeenSet() const
ListEngagementInvitationsRequest & WithStatus(StatusT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
ListEngagementInvitationsRequest & WithCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
ListEngagementInvitationsRequest & AddPayloadType(EngagementInvitationPayloadType value)
AWS_PARTNERCENTRALSELLING_API ListEngagementInvitationsRequest()=default
const Aws::Vector< Aws::String > & GetEngagementIdentifier() const
bool MaxResultsHasBeenSet() const
bool SortHasBeenSet() const
void SetSort(SortT &&value)
ParticipantType GetParticipantType() const
void SetEngagementIdentifier(EngagementIdentifierT &&value)
ListEngagementInvitationsRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
ListEngagementInvitationsRequest & WithSenderAwsAccountId(SenderAwsAccountIdT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListEngagementInvitationsRequest & WithNextToken(NextTokenT &&value)
void SetSenderAwsAccountId(SenderAwsAccountIdT &&value)
void SetPayloadType(PayloadTypeT &&value)
bool ParticipantTypeHasBeenSet() const
ListEngagementInvitationsRequest & AddStatus(InvitationStatus value)
bool EngagementIdentifierHasBeenSet() const
void SetParticipantType(ParticipantType value)
ListEngagementInvitationsRequest & WithSort(SortT &&value)
ListEngagementInvitationsRequest & WithMaxResults(int value)
const Aws::String & GetCatalog() const
ListEngagementInvitationsRequest & WithParticipantType(ParticipantType value)
const Aws::String & GetNextToken() const
ListEngagementInvitationsRequest & AddSenderAwsAccountId(SenderAwsAccountIdT &&value)
void SetStatus(StatusT &&value)
bool PayloadTypeHasBeenSet() const
const Aws::Vector< InvitationStatus > & GetStatus() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
EngagementInvitationPayloadType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector