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>
53 bool m_catalogHasBeenSet =
false;
void SetCatalog(CatalogT &&value)
bool CatalogHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PARTNERCENTRALSELLING_API GetSellingSystemSettingsRequest()=default
GetSellingSystemSettingsRequest & WithCatalog(CatalogT &&value)
const Aws::String & GetCatalog() const
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String