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/LeadInteraction.h>
22namespace PartnerCentralSelling {
48 template <
typename QualificationStatusT = Aws::String>
50 m_qualificationStatusHasBeenSet =
true;
51 m_qualificationStatus = std::forward<QualificationStatusT>(value);
53 template <
typename QualificationStatusT = Aws::String>
68 template <
typename CustomerT = LeadCustomer>
70 m_customerHasBeenSet =
true;
71 m_customer = std::forward<CustomerT>(value);
73 template <
typename CustomerT = LeadCustomer>
88 template <
typename InteractionsT = Aws::Vector<LeadInteraction>>
90 m_interactionsHasBeenSet =
true;
91 m_interactions = std::forward<InteractionsT>(value);
93 template <
typename InteractionsT = Aws::Vector<LeadInteraction>>
98 template <
typename InteractionsT = LeadInteraction>
100 m_interactionsHasBeenSet =
true;
101 m_interactions.emplace_back(std::forward<InteractionsT>(value));
111 bool m_qualificationStatusHasBeenSet =
false;
112 bool m_customerHasBeenSet =
false;
113 bool m_interactionsHasBeenSet =
false;
bool InteractionsHasBeenSet() const
void SetCustomer(CustomerT &&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)
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue