7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
10#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
11#include <aws/partnercentral-selling/model/Invitation.h>
16namespace PartnerCentralSelling {
43 template <
typename CatalogT = Aws::String>
45 m_catalogHasBeenSet =
true;
46 m_catalog = std::forward<CatalogT>(value);
48 template <
typename CatalogT = Aws::String>
63 template <
typename ClientTokenT = Aws::String>
65 m_clientTokenHasBeenSet =
true;
66 m_clientToken = std::forward<ClientTokenT>(value);
68 template <
typename ClientTokenT = Aws::String>
83 template <
typename EngagementIdentifierT = Aws::String>
85 m_engagementIdentifierHasBeenSet =
true;
86 m_engagementIdentifier = std::forward<EngagementIdentifierT>(value);
88 template <
typename EngagementIdentifierT = Aws::String>
106 template <
typename InvitationT = Invitation>
108 m_invitationHasBeenSet =
true;
109 m_invitation = std::forward<InvitationT>(value);
111 template <
typename InvitationT = Invitation>
124 Invitation m_invitation;
125 bool m_catalogHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
true;
127 bool m_engagementIdentifierHasBeenSet =
false;
128 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