7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/AddressSummary.h>
10#include <aws/partnercentral-selling/model/Industry.h>
11#include <aws/partnercentral-selling/model/MarketSegment.h>
22namespace PartnerCentralSelling {
49 m_industryHasBeenSet =
true;
65 template <
typename CompanyNameT = Aws::String>
67 m_companyNameHasBeenSet =
true;
68 m_companyName = std::forward<CompanyNameT>(value);
70 template <
typename CompanyNameT = Aws::String>
85 template <
typename WebsiteUrlT = Aws::String>
87 m_websiteUrlHasBeenSet =
true;
88 m_websiteUrl = std::forward<WebsiteUrlT>(value);
90 template <
typename WebsiteUrlT = Aws::String>
101 template <
typename AddressT = AddressSummary>
103 m_addressHasBeenSet =
true;
104 m_address = std::forward<AddressT>(value);
106 template <
typename AddressT = AddressSummary>
121 template <
typename AwsMaturityT = Aws::String>
123 m_awsMaturityHasBeenSet =
true;
124 m_awsMaturity = std::forward<AwsMaturityT>(value);
126 template <
typename AwsMaturityT = Aws::String>
142 m_marketSegmentHasBeenSet =
true;
143 m_marketSegment = value;
157 AddressSummary m_address;
162 bool m_industryHasBeenSet =
false;
163 bool m_companyNameHasBeenSet =
false;
164 bool m_websiteUrlHasBeenSet =
false;
165 bool m_addressHasBeenSet =
false;
166 bool m_awsMaturityHasBeenSet =
false;
167 bool m_marketSegmentHasBeenSet =
false;
LeadCustomer & WithCompanyName(CompanyNameT &&value)
Industry GetIndustry() const
LeadCustomer & WithMarketSegment(MarketSegment value)
AWS_PARTNERCENTRALSELLING_API LeadCustomer(Aws::Utils::Json::JsonView jsonValue)
LeadCustomer & WithIndustry(Industry value)
bool MarketSegmentHasBeenSet() const
bool AwsMaturityHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
MarketSegment GetMarketSegment() const
const AddressSummary & GetAddress() const
void SetCompanyName(CompanyNameT &&value)
bool IndustryHasBeenSet() const
const Aws::String & GetAwsMaturity() const
void SetAwsMaturity(AwsMaturityT &&value)
LeadCustomer & WithAwsMaturity(AwsMaturityT &&value)
const Aws::String & GetWebsiteUrl() const
LeadCustomer & WithAddress(AddressT &&value)
void SetAddress(AddressT &&value)
bool CompanyNameHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API LeadCustomer()=default
const Aws::String & GetCompanyName() const
void SetIndustry(Industry value)
void SetWebsiteUrl(WebsiteUrlT &&value)
void SetMarketSegment(MarketSegment value)
LeadCustomer & WithWebsiteUrl(WebsiteUrlT &&value)
bool WebsiteUrlHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API LeadCustomer & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue