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/LeadInteraction.h>
21namespace PartnerCentralSelling {
43 template <
typename QualificationStatusT = Aws::String>
45 m_qualificationStatusHasBeenSet =
true;
46 m_qualificationStatus = std::forward<QualificationStatusT>(value);
48 template <
typename QualificationStatusT = Aws::String>
61 template <
typename CustomerT = LeadCustomer>
63 m_customerHasBeenSet =
true;
64 m_customer = std::forward<CustomerT>(value);
66 template <
typename CustomerT = LeadCustomer>
79 template <
typename InteractionT = LeadInteraction>
81 m_interactionHasBeenSet =
true;
82 m_interaction = std::forward<InteractionT>(value);
84 template <
typename InteractionT = LeadInteraction>
96 bool m_qualificationStatusHasBeenSet =
false;
97 bool m_customerHasBeenSet =
false;
98 bool m_interactionHasBeenSet =
false;
void SetQualificationStatus(QualificationStatusT &&value)
const LeadInteraction & GetInteraction() const
UpdateLeadContext & WithQualificationStatus(QualificationStatusT &&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 Aws::String & GetQualificationStatus() const
bool InteractionHasBeenSet() const
const LeadCustomer & GetCustomer() const
void SetInteraction(InteractionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue