7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/CountryCode.h>
10#include <aws/partnercentral-selling/model/Industry.h>
11#include <aws/partnercentral-selling/model/MarketSegment.h>
22namespace PartnerCentralSelling {
49 m_industryHasBeenSet =
true;
66 template <
typename CompanyNameT = Aws::String>
68 m_companyNameHasBeenSet =
true;
69 m_companyName = std::forward<CompanyNameT>(value);
71 template <
typename CompanyNameT = Aws::String>
86 template <
typename WebsiteUrlT = Aws::String>
88 m_websiteUrlHasBeenSet =
true;
89 m_websiteUrl = std::forward<WebsiteUrlT>(value);
91 template <
typename WebsiteUrlT = Aws::String>
107 m_countryCodeHasBeenSet =
true;
108 m_countryCode = value;
124 template <
typename AwsMaturityT = Aws::String>
126 m_awsMaturityHasBeenSet =
true;
127 m_awsMaturity = std::forward<AwsMaturityT>(value);
129 template <
typename AwsMaturityT = Aws::String>
145 m_marketSegmentHasBeenSet =
true;
146 m_marketSegment = value;
165 bool m_industryHasBeenSet =
false;
166 bool m_companyNameHasBeenSet =
false;
167 bool m_websiteUrlHasBeenSet =
false;
168 bool m_countryCodeHasBeenSet =
false;
169 bool m_awsMaturityHasBeenSet =
false;
170 bool m_marketSegmentHasBeenSet =
false;
bool IndustryHasBeenSet() const
bool AwsMaturityHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
CountryCode GetCountryCode() const
AWS_PARTNERCENTRALSELLING_API LeadInvitationCustomer()=default
const Aws::String & GetAwsMaturity() const
void SetIndustry(Industry value)
AWS_PARTNERCENTRALSELLING_API LeadInvitationCustomer & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCompanyName() const
void SetWebsiteUrl(WebsiteUrlT &&value)
void SetAwsMaturity(AwsMaturityT &&value)
void SetMarketSegment(MarketSegment value)
void SetCompanyName(CompanyNameT &&value)
AWS_PARTNERCENTRALSELLING_API LeadInvitationCustomer(Aws::Utils::Json::JsonView jsonValue)
Industry GetIndustry() const
LeadInvitationCustomer & WithCompanyName(CompanyNameT &&value)
LeadInvitationCustomer & WithIndustry(Industry value)
MarketSegment GetMarketSegment() const
bool CountryCodeHasBeenSet() const
bool CompanyNameHasBeenSet() const
LeadInvitationCustomer & WithMarketSegment(MarketSegment value)
bool WebsiteUrlHasBeenSet() const
LeadInvitationCustomer & WithAwsMaturity(AwsMaturityT &&value)
bool MarketSegmentHasBeenSet() const
void SetCountryCode(CountryCode value)
const Aws::String & GetWebsiteUrl() const
LeadInvitationCustomer & WithWebsiteUrl(WebsiteUrlT &&value)
LeadInvitationCustomer & WithCountryCode(CountryCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue