7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace 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>
57 template<
typename IdentifierT = Aws::String>
58 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
59 template<
typename IdentifierT = Aws::String>
65 bool m_catalogHasBeenSet =
false;
68 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