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 {
42 template <
typename CatalogT = Aws::String>
44 m_catalogHasBeenSet =
true;
45 m_catalog = std::forward<CatalogT>(value);
47 template <
typename CatalogT = Aws::String>
63 template <
typename IdentifierT = Aws::String>
65 m_identifierHasBeenSet =
true;
66 m_identifier = std::forward<IdentifierT>(value);
68 template <
typename IdentifierT = Aws::String>
78 bool m_catalogHasBeenSet =
false;
79 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