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