7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/partnercentral-selling/model/SalesInvolvementType.h>
11#include <aws/partnercentral-selling/model/Visibility.h>
16namespace 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>
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>
99 bool m_catalogHasBeenSet =
false;
102 bool m_identifierHasBeenSet =
false;
105 bool m_involvementTypeHasBeenSet =
false;
108 bool m_visibilityHasBeenSet =
false;
void SetCatalog(CatalogT &&value)
void SetVisibility(Visibility value)
SubmitOpportunityRequest & WithVisibility(Visibility value)
const Aws::String & GetIdentifier() const
AWS_PARTNERCENTRALSELLING_API SubmitOpportunityRequest()=default
AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SubmitOpportunityRequest & WithInvolvementType(SalesInvolvementType value)
void SetIdentifier(IdentifierT &&value)
SubmitOpportunityRequest & WithIdentifier(IdentifierT &&value)
SalesInvolvementType GetInvolvementType() const
virtual const char * GetServiceRequestName() const override
bool CatalogHasBeenSet() const
Visibility GetVisibility() const
bool IdentifierHasBeenSet() const
bool InvolvementTypeHasBeenSet() const
const Aws::String & GetCatalog() const
SubmitOpportunityRequest & WithCatalog(CatalogT &&value)
bool VisibilityHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override
void SetInvolvementType(SalesInvolvementType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String