7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/AddressSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/partnercentral-selling/model/Industry.h>
23namespace PartnerCentralSelling
50 template<
typename AddressT = AddressSummary>
51 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
52 template<
typename AddressT = AddressSummary>
63 template<
typename CompanyNameT = Aws::String>
64 void SetCompanyName(CompanyNameT&& value) { m_companyNameHasBeenSet =
true; m_companyName = std::forward<CompanyNameT>(value); }
65 template<
typename CompanyNameT = Aws::String>
93 template<
typename OtherIndustryT = Aws::String>
94 void SetOtherIndustry(OtherIndustryT&& value) { m_otherIndustryHasBeenSet =
true; m_otherIndustry = std::forward<OtherIndustryT>(value); }
95 template<
typename OtherIndustryT = Aws::String>
107 template<
typename WebsiteUrlT = Aws::String>
108 void SetWebsiteUrl(WebsiteUrlT&& value) { m_websiteUrlHasBeenSet =
true; m_websiteUrl = std::forward<WebsiteUrlT>(value); }
109 template<
typename WebsiteUrlT = Aws::String>
115 bool m_addressHasBeenSet =
false;
118 bool m_companyNameHasBeenSet =
false;
121 bool m_industryHasBeenSet =
false;
124 bool m_otherIndustryHasBeenSet =
false;
127 bool m_websiteUrlHasBeenSet =
false;
AccountSummary & WithWebsiteUrl(WebsiteUrlT &&value)
void SetCompanyName(CompanyNameT &&value)
const Aws::String & GetOtherIndustry() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API AccountSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIndustry(Industry value)
bool IndustryHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API AccountSummary()=default
AccountSummary & WithAddress(AddressT &&value)
bool OtherIndustryHasBeenSet() const
bool CompanyNameHasBeenSet() const
Industry GetIndustry() const
bool WebsiteUrlHasBeenSet() const
AccountSummary & WithIndustry(Industry value)
AWS_PARTNERCENTRALSELLING_API AccountSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWebsiteUrl() const
const Aws::String & GetCompanyName() const
void SetWebsiteUrl(WebsiteUrlT &&value)
AccountSummary & WithOtherIndustry(OtherIndustryT &&value)
void SetAddress(AddressT &&value)
AccountSummary & WithCompanyName(CompanyNameT &&value)
bool AddressHasBeenSet() const
void SetOtherIndustry(OtherIndustryT &&value)
const AddressSummary & GetAddress() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue