7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/AddressSummary.h>
10#include <aws/partnercentral-selling/model/Industry.h>
21namespace PartnerCentralSelling {
48 m_industryHasBeenSet =
true;
67 template <
typename OtherIndustryT = Aws::String>
69 m_otherIndustryHasBeenSet =
true;
70 m_otherIndustry = std::forward<OtherIndustryT>(value);
72 template <
typename OtherIndustryT = Aws::String>
86 template <
typename CompanyNameT = Aws::String>
88 m_companyNameHasBeenSet =
true;
89 m_companyName = std::forward<CompanyNameT>(value);
91 template <
typename CompanyNameT = Aws::String>
106 template <
typename WebsiteUrlT = Aws::String>
108 m_websiteUrlHasBeenSet =
true;
109 m_websiteUrl = std::forward<WebsiteUrlT>(value);
111 template <
typename WebsiteUrlT = Aws::String>
125 template <
typename AddressT = AddressSummary>
127 m_addressHasBeenSet =
true;
128 m_address = std::forward<AddressT>(value);
130 template <
typename AddressT = AddressSummary>
145 AddressSummary m_address;
146 bool m_industryHasBeenSet =
false;
147 bool m_otherIndustryHasBeenSet =
false;
148 bool m_companyNameHasBeenSet =
false;
149 bool m_websiteUrlHasBeenSet =
false;
150 bool m_addressHasBeenSet =
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