7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-selling/model/CountryCode.h>
10#include <aws/partnercentral-selling/model/Industry.h>
23namespace PartnerCentralSelling
51 template<
typename CompanyNameT = Aws::String>
52 void SetCompanyName(CompanyNameT&& value) { m_companyNameHasBeenSet =
true; m_companyName = std::forward<CompanyNameT>(value); }
53 template<
typename CompanyNameT = Aws::String>
86 template<
typename WebsiteUrlT = Aws::String>
87 void SetWebsiteUrl(WebsiteUrlT&& value) { m_websiteUrlHasBeenSet =
true; m_websiteUrl = std::forward<WebsiteUrlT>(value); }
88 template<
typename WebsiteUrlT = Aws::String>
94 bool m_companyNameHasBeenSet =
false;
97 bool m_countryCodeHasBeenSet =
false;
100 bool m_industryHasBeenSet =
false;
103 bool m_websiteUrlHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool WebsiteUrlHasBeenSet() const
bool CountryCodeHasBeenSet() const
EngagementCustomer & WithIndustry(Industry value)
void SetIndustry(Industry value)
Industry GetIndustry() const
EngagementCustomer & WithCountryCode(CountryCode value)
EngagementCustomer & WithWebsiteUrl(WebsiteUrlT &&value)
void SetCompanyName(CompanyNameT &&value)
AWS_PARTNERCENTRALSELLING_API EngagementCustomer & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCountryCode(CountryCode value)
EngagementCustomer & WithCompanyName(CompanyNameT &&value)
AWS_PARTNERCENTRALSELLING_API EngagementCustomer(Aws::Utils::Json::JsonView jsonValue)
CountryCode GetCountryCode() const
AWS_PARTNERCENTRALSELLING_API EngagementCustomer()=default
void SetWebsiteUrl(WebsiteUrlT &&value)
const Aws::String & GetCompanyName() const
const Aws::String & GetWebsiteUrl() const
bool IndustryHasBeenSet() const
bool CompanyNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue