7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/LeadAddress.h>
20namespace PartnerCentralSelling {
46 template <
typename IndustryT = Aws::String>
48 m_industryHasBeenSet =
true;
49 m_industry = std::forward<IndustryT>(value);
51 template <
typename IndustryT = Aws::String>
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>
103 template <
typename AddressT = LeadAddress>
105 m_addressHasBeenSet =
true;
106 m_address = std::forward<AddressT>(value);
108 template <
typename AddressT = LeadAddress>
123 template <
typename AwsMaturityT = Aws::String>
125 m_awsMaturityHasBeenSet =
true;
126 m_awsMaturity = std::forward<AwsMaturityT>(value);
128 template <
typename AwsMaturityT = Aws::String>
143 template <
typename MarketSegmentT = Aws::String>
145 m_marketSegmentHasBeenSet =
true;
146 m_marketSegment = std::forward<MarketSegmentT>(value);
148 template <
typename MarketSegmentT = Aws::String>
166 bool m_industryHasBeenSet =
false;
167 bool m_companyNameHasBeenSet =
false;
168 bool m_websiteUrlHasBeenSet =
false;
169 bool m_addressHasBeenSet =
false;
170 bool m_awsMaturityHasBeenSet =
false;
171 bool m_marketSegmentHasBeenSet =
false;
LeadCustomer & WithCompanyName(CompanyNameT &&value)
LeadCustomer & WithMarketSegment(MarketSegmentT &&value)
const LeadAddress & GetAddress() const
AWS_PARTNERCENTRALSELLING_API LeadCustomer(Aws::Utils::Json::JsonView jsonValue)
LeadCustomer & WithIndustry(IndustryT &&value)
bool MarketSegmentHasBeenSet() const
bool AwsMaturityHasBeenSet() const
void SetIndustry(IndustryT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() 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 & GetMarketSegment() const
const Aws::String & GetCompanyName() const
void SetWebsiteUrl(WebsiteUrlT &&value)
void SetMarketSegment(MarketSegmentT &&value)
LeadCustomer & WithWebsiteUrl(WebsiteUrlT &&value)
const Aws::String & GetIndustry() const
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