7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
45 template <
typename IndustryT = Aws::String>
47 m_industryHasBeenSet =
true;
48 m_industry = std::forward<IndustryT>(value);
50 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>
105 template <
typename CountryCodeT = Aws::String>
107 m_countryCodeHasBeenSet =
true;
108 m_countryCode = std::forward<CountryCodeT>(value);
110 template <
typename CountryCodeT = Aws::String>
125 template <
typename AwsMaturityT = Aws::String>
127 m_awsMaturityHasBeenSet =
true;
128 m_awsMaturity = std::forward<AwsMaturityT>(value);
130 template <
typename AwsMaturityT = Aws::String>
145 template <
typename MarketSegmentT = Aws::String>
147 m_marketSegmentHasBeenSet =
true;
148 m_marketSegment = std::forward<MarketSegmentT>(value);
150 template <
typename MarketSegmentT = Aws::String>
168 bool m_industryHasBeenSet =
false;
169 bool m_companyNameHasBeenSet =
false;
170 bool m_websiteUrlHasBeenSet =
false;
171 bool m_countryCodeHasBeenSet =
false;
172 bool m_awsMaturityHasBeenSet =
false;
173 bool m_marketSegmentHasBeenSet =
false;
bool IndustryHasBeenSet() const
bool AwsMaturityHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API LeadInvitationCustomer()=default
const Aws::String & GetAwsMaturity() const
void SetCountryCode(CountryCodeT &&value)
const Aws::String & GetCountryCode() const
LeadInvitationCustomer & WithMarketSegment(MarketSegmentT &&value)
AWS_PARTNERCENTRALSELLING_API LeadInvitationCustomer & operator=(Aws::Utils::Json::JsonView jsonValue)
LeadInvitationCustomer & WithCountryCode(CountryCodeT &&value)
void SetMarketSegment(MarketSegmentT &&value)
const Aws::String & GetCompanyName() const
void SetWebsiteUrl(WebsiteUrlT &&value)
void SetAwsMaturity(AwsMaturityT &&value)
void SetCompanyName(CompanyNameT &&value)
AWS_PARTNERCENTRALSELLING_API LeadInvitationCustomer(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMarketSegment() const
LeadInvitationCustomer & WithIndustry(IndustryT &&value)
LeadInvitationCustomer & WithCompanyName(CompanyNameT &&value)
bool CountryCodeHasBeenSet() const
bool CompanyNameHasBeenSet() const
bool WebsiteUrlHasBeenSet() const
LeadInvitationCustomer & WithAwsMaturity(AwsMaturityT &&value)
bool MarketSegmentHasBeenSet() const
const Aws::String & GetIndustry() const
const Aws::String & GetWebsiteUrl() const
LeadInvitationCustomer & WithWebsiteUrl(WebsiteUrlT &&value)
void SetIndustry(IndustryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue