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>
59 template<
typename RelatedOpportunityIdentifierT = Aws::String>
60 void SetRelatedOpportunityIdentifier(RelatedOpportunityIdentifierT&& value) { m_relatedOpportunityIdentifierHasBeenSet =
true; m_relatedOpportunityIdentifier = std::forward<RelatedOpportunityIdentifierT>(value); }
61 template<
typename RelatedOpportunityIdentifierT = Aws::String>
67 bool m_catalogHasBeenSet =
false;
70 bool m_relatedOpportunityIdentifierHasBeenSet =
false;
bool RelatedOpportunityIdentifierHasBeenSet() const
GetAwsOpportunitySummaryRequest & WithRelatedOpportunityIdentifier(RelatedOpportunityIdentifierT &&value)
const Aws::String & GetRelatedOpportunityIdentifier() const
AWS_PARTNERCENTRALSELLING_API GetAwsOpportunitySummaryRequest()=default
const Aws::String & GetCatalog() const
virtual const char * GetServiceRequestName() const override
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRelatedOpportunityIdentifier(RelatedOpportunityIdentifierT &&value)
void SetCatalog(CatalogT &&value)
GetAwsOpportunitySummaryRequest & WithCatalog(CatalogT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
bool CatalogHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String