7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/LeadCustomer.h>
10#include <aws/partnercentral-selling/model/LeadInsights.h>
11#include <aws/partnercentral-selling/model/LeadInteraction.h>
22namespace PartnerCentralSelling {
44 template <
typename QualificationStatusT = Aws::String>
46 m_qualificationStatusHasBeenSet =
true;
47 m_qualificationStatus = std::forward<QualificationStatusT>(value);
49 template <
typename QualificationStatusT = Aws::String>
62 template <
typename CustomerT = LeadCustomer>
64 m_customerHasBeenSet =
true;
65 m_customer = std::forward<CustomerT>(value);
67 template <
typename CustomerT = LeadCustomer>
80 template <
typename InteractionT = LeadInteraction>
82 m_interactionHasBeenSet =
true;
83 m_interaction = std::forward<InteractionT>(value);
85 template <
typename InteractionT = LeadInteraction>
100 template <
typename InsightsT = LeadInsights>
102 m_insightsHasBeenSet =
true;
103 m_insights = std::forward<InsightsT>(value);
105 template <
typename InsightsT = LeadInsights>
119 bool m_qualificationStatusHasBeenSet =
false;
120 bool m_customerHasBeenSet =
false;
121 bool m_interactionHasBeenSet =
false;
122 bool m_insightsHasBeenSet =
false;
void SetQualificationStatus(QualificationStatusT &&value)
const LeadInteraction & GetInteraction() const
UpdateLeadContext & WithQualificationStatus(QualificationStatusT &&value)
UpdateLeadContext & WithInsights(InsightsT &&value)
void SetCustomer(CustomerT &&value)
AWS_PARTNERCENTRALSELLING_API UpdateLeadContext & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateLeadContext & WithCustomer(CustomerT &&value)
AWS_PARTNERCENTRALSELLING_API UpdateLeadContext(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API UpdateLeadContext()=default
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomerHasBeenSet() const
bool QualificationStatusHasBeenSet() const
UpdateLeadContext & WithInteraction(InteractionT &&value)
const LeadInsights & GetInsights() const
const Aws::String & GetQualificationStatus() const
bool InsightsHasBeenSet() const
bool InteractionHasBeenSet() const
const LeadCustomer & GetCustomer() const
void SetInteraction(InteractionT &&value)
void SetInsights(InsightsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue