7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
14namespace PartnerCentralSelling {
41 template <
typename CatalogT = Aws::String>
43 m_catalogHasBeenSet =
true;
44 m_catalog = std::forward<CatalogT>(value);
46 template <
typename CatalogT = Aws::String>
59 template <
typename IdentifierT = Aws::String>
61 m_identifierHasBeenSet =
true;
62 m_identifier = std::forward<IdentifierT>(value);
64 template <
typename IdentifierT = Aws::String>
74 bool m_catalogHasBeenSet =
false;
75 bool m_identifierHasBeenSet =
false;
void SetCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PARTNERCENTRALSELLING_API GetEngagementInvitationRequest()=default
const Aws::String & GetCatalog() const
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
GetEngagementInvitationRequest & WithCatalog(CatalogT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
GetEngagementInvitationRequest & WithIdentifier(IdentifierT &&value)
bool CatalogHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String