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
46 template<
typename CatalogT = Aws::String>
47 void SetCatalog(CatalogT&& value) { m_catalogHasBeenSet =
true; m_catalog = std::forward<CatalogT>(value); }
48 template<
typename CatalogT = Aws::String>
61 template<
typename IdentifierT = Aws::String>
62 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
63 template<
typename IdentifierT = Aws::String>
69 bool m_catalogHasBeenSet =
false;
72 bool m_identifierHasBeenSet =
false;
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AcceptEngagementInvitationRequest & WithCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AcceptEngagementInvitationRequest()=default
AcceptEngagementInvitationRequest & WithIdentifier(IdentifierT &&value)
void SetCatalog(CatalogT &&value)
virtual const char * GetServiceRequestName() const override
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetCatalog() const
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String