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>
21namespace PartnerCentralSelling {
46 m_industryHasBeenSet =
true;
62 template <
typename CompanyNameT = Aws::String>
64 m_companyNameHasBeenSet =
true;
65 m_companyName = std::forward<CompanyNameT>(value);
67 template <
typename CompanyNameT = Aws::String>
81 template <
typename WebsiteUrlT = Aws::String>
83 m_websiteUrlHasBeenSet =
true;
84 m_websiteUrl = std::forward<WebsiteUrlT>(value);
86 template <
typename WebsiteUrlT = Aws::String>
101 m_countryCodeHasBeenSet =
true;
102 m_countryCode = value;
117 bool m_industryHasBeenSet =
false;
118 bool m_companyNameHasBeenSet =
false;
119 bool m_websiteUrlHasBeenSet =
false;
120 bool m_countryCodeHasBeenSet =
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