7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/LeadCustomer.h>
11#include <aws/partnercentral-selling/model/LeadInsights.h>
12#include <aws/partnercentral-selling/model/LeadInteraction.h>
23namespace PartnerCentralSelling {
49 template <
typename InsightsT = LeadInsights>
51 m_insightsHasBeenSet =
true;
52 m_insights = std::forward<InsightsT>(value);
54 template <
typename InsightsT = LeadInsights>
69 template <
typename QualificationStatusT = Aws::String>
71 m_qualificationStatusHasBeenSet =
true;
72 m_qualificationStatus = std::forward<QualificationStatusT>(value);
74 template <
typename QualificationStatusT = Aws::String>
89 template <
typename CustomerT = LeadCustomer>
91 m_customerHasBeenSet =
true;
92 m_customer = std::forward<CustomerT>(value);
94 template <
typename CustomerT = LeadCustomer>
109 template <
typename InteractionsT = Aws::Vector<LeadInteraction>>
111 m_interactionsHasBeenSet =
true;
112 m_interactions = std::forward<InteractionsT>(value);
114 template <
typename InteractionsT = Aws::Vector<LeadInteraction>>
119 template <
typename InteractionsT = LeadInteraction>
121 m_interactionsHasBeenSet =
true;
122 m_interactions.emplace_back(std::forward<InteractionsT>(value));
134 bool m_insightsHasBeenSet =
false;
135 bool m_qualificationStatusHasBeenSet =
false;
136 bool m_customerHasBeenSet =
false;
137 bool m_interactionsHasBeenSet =
false;
bool InsightsHasBeenSet() const
bool InteractionsHasBeenSet() const
void SetCustomer(CustomerT &&value)
void SetInsights(InsightsT &&value)
LeadContext & WithCustomer(CustomerT &&value)
AWS_PARTNERCENTRALSELLING_API LeadContext & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomerHasBeenSet() const
LeadContext & WithInteractions(InteractionsT &&value)
void SetQualificationStatus(QualificationStatusT &&value)
LeadContext & WithInsights(InsightsT &&value)
const Aws::String & GetQualificationStatus() const
const LeadCustomer & GetCustomer() const
void SetInteractions(InteractionsT &&value)
AWS_PARTNERCENTRALSELLING_API LeadContext(Aws::Utils::Json::JsonView jsonValue)
LeadContext & WithQualificationStatus(QualificationStatusT &&value)
LeadContext & AddInteractions(InteractionsT &&value)
AWS_PARTNERCENTRALSELLING_API LeadContext()=default
const Aws::Vector< LeadInteraction > & GetInteractions() const
bool QualificationStatusHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
const LeadInsights & GetInsights() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue