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/Invitation.h>
12#include <aws/core/utils/UUID.h>
16namespace PartnerCentralSelling
47 template<
typename CatalogT = Aws::String>
48 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
49 template<
typename CatalogT = Aws::String>
61 template<
typename ClientTokenT = Aws::String>
62 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
63 template<
typename ClientTokenT = Aws::String>
75 template<
typename EngagementIdentifierT = Aws::String>
76 void SetEngagementIdentifier(EngagementIdentifierT&& value) { m_engagementIdentifierHasBeenSet =
true; m_engagementIdentifier = std::forward<EngagementIdentifierT>(value); }
77 template<
typename EngagementIdentifierT = Aws::String>
92 template<
typename InvitationT = Invitation>
93 void SetInvitation(InvitationT&& value) { m_invitationHasBeenSet =
true; m_invitation = std::forward<InvitationT>(value); }
94 template<
typename InvitationT = Invitation>
100 bool m_catalogHasBeenSet =
false;
103 bool m_clientTokenHasBeenSet =
true;
106 bool m_engagementIdentifierHasBeenSet =
false;
108 Invitation m_invitation;
109 bool m_invitationHasBeenSet =
false;
CreateEngagementInvitationRequest & WithEngagementIdentifier(EngagementIdentifierT &&value)
void SetInvitation(InvitationT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetCatalog() const
CreateEngagementInvitationRequest & WithCatalog(CatalogT &&value)
virtual const char * GetServiceRequestName() const override
bool CatalogHasBeenSet() const
CreateEngagementInvitationRequest & WithInvitation(InvitationT &&value)
CreateEngagementInvitationRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetEngagementIdentifier() const
void SetEngagementIdentifier(EngagementIdentifierT &&value)
const Invitation & GetInvitation() const
bool InvitationHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ClientTokenHasBeenSet() const
bool EngagementIdentifierHasBeenSet() const
void SetCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API CreateEngagementInvitationRequest()=default
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String