7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSellingRequest.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/SalesInvolvementType.h>
11#include <aws/partnercentral-selling/model/Visibility.h>
16namespace PartnerCentralSelling {
44 template <
typename CatalogT = Aws::String>
46 m_catalogHasBeenSet =
true;
47 m_catalog = std::forward<CatalogT>(value);
49 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>
88 m_involvementTypeHasBeenSet =
true;
89 m_involvementType = value;
108 m_visibilityHasBeenSet =
true;
109 m_visibility = value;
124 bool m_catalogHasBeenSet =
false;
125 bool m_identifierHasBeenSet =
false;
126 bool m_involvementTypeHasBeenSet =
false;
127 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