7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
10#include <aws/partnercentral-selling/model/CountryCode.h>
11#include <aws/partnercentral-selling/model/Industry.h>
22namespace PartnerCentralSelling {
45 template <
typename AccountNameT = Aws::String>
47 m_accountNameHasBeenSet =
true;
48 m_accountName = std::forward<AccountNameT>(value);
50 template <
typename AccountNameT = Aws::String>
63 template <
typename GeoT = Aws::String>
65 m_geoHasBeenSet =
true;
66 m_geo = std::forward<GeoT>(value);
68 template <
typename GeoT = Aws::String>
70 SetGeo(std::forward<GeoT>(value));
81 template <
typename RegionT = Aws::String>
83 m_regionHasBeenSet =
true;
84 m_region = std::forward<RegionT>(value);
86 template <
typename RegionT = Aws::String>
99 template <
typename SubRegionT = Aws::String>
101 m_subRegionHasBeenSet =
true;
102 m_subRegion = std::forward<SubRegionT>(value);
104 template <
typename SubRegionT = Aws::String>
118 m_countryHasBeenSet =
true;
134 m_industryHasBeenSet =
true;
150 template <
typename SubIndustryT = Aws::String>
152 m_subIndustryHasBeenSet =
true;
153 m_subIndustry = std::forward<SubIndustryT>(value);
155 template <
typename SubIndustryT = Aws::String>
168 template <
typename SegmentT = Aws::String>
170 m_segmentHasBeenSet =
true;
171 m_segment = std::forward<SegmentT>(value);
173 template <
typename SegmentT = Aws::String>
186 template <
typename CompanySizeT = Aws::String>
188 m_companySizeHasBeenSet =
true;
189 m_companySize = std::forward<CompanySizeT>(value);
191 template <
typename CompanySizeT = Aws::String>
205 template <
typename EligibleProgramsT = Aws::Vector<Aws::String>>
207 m_eligibleProgramsHasBeenSet =
true;
208 m_eligiblePrograms = std::forward<EligibleProgramsT>(value);
210 template <
typename EligibleProgramsT = Aws::Vector<Aws::String>>
215 template <
typename EligibleProgramsT = Aws::String>
217 m_eligibleProgramsHasBeenSet =
true;
218 m_eligiblePrograms.emplace_back(std::forward<EligibleProgramsT>(value));
231 template <
typename PublicProfileSummaryT = Aws::String>
233 m_publicProfileSummaryHasBeenSet =
true;
234 m_publicProfileSummary = std::forward<PublicProfileSummaryT>(value);
236 template <
typename PublicProfileSummaryT = Aws::String>
264 bool m_accountNameHasBeenSet =
false;
265 bool m_geoHasBeenSet =
false;
266 bool m_regionHasBeenSet =
false;
267 bool m_subRegionHasBeenSet =
false;
268 bool m_countryHasBeenSet =
false;
269 bool m_industryHasBeenSet =
false;
270 bool m_subIndustryHasBeenSet =
false;
271 bool m_segmentHasBeenSet =
false;
272 bool m_companySizeHasBeenSet =
false;
273 bool m_eligibleProgramsHasBeenSet =
false;
274 bool m_publicProfileSummaryHasBeenSet =
false;
ProspectingResultCustomer & WithSegment(SegmentT &&value)
void SetGeo(GeoT &&value)
bool GeoHasBeenSet() const
ProspectingResultCustomer & WithSubRegion(SubRegionT &&value)
AWS_PARTNERCENTRALSELLING_API ProspectingResultCustomer & operator=(Aws::Utils::Json::JsonView jsonValue)
ProspectingResultCustomer & WithCountry(CountryCode value)
const Aws::Vector< Aws::String > & GetEligiblePrograms() const
bool SubRegionHasBeenSet() const
bool RegionHasBeenSet() const
ProspectingResultCustomer & WithGeo(GeoT &&value)
ProspectingResultCustomer & WithSubIndustry(SubIndustryT &&value)
bool SegmentHasBeenSet() const
const Aws::String & GetSubIndustry() const
AWS_PARTNERCENTRALSELLING_API ProspectingResultCustomer(Aws::Utils::Json::JsonView jsonValue)
void SetPublicProfileSummary(PublicProfileSummaryT &&value)
bool CompanySizeHasBeenSet() const
const Aws::String & GetAccountName() const
bool AccountNameHasBeenSet() const
const Aws::String & GetPublicProfileSummary() const
void SetRegion(RegionT &&value)
void SetSubRegion(SubRegionT &&value)
bool SubIndustryHasBeenSet() const
void SetSubIndustry(SubIndustryT &&value)
const Aws::String & GetSubRegion() const
void SetAccountName(AccountNameT &&value)
void SetCountry(CountryCode value)
bool PublicProfileSummaryHasBeenSet() const
void SetCompanySize(CompanySizeT &&value)
ProspectingResultCustomer & AddEligiblePrograms(EligibleProgramsT &&value)
Industry GetIndustry() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
ProspectingResultCustomer & WithAccountName(AccountNameT &&value)
CountryCode GetCountry() const
ProspectingResultCustomer & WithPublicProfileSummary(PublicProfileSummaryT &&value)
ProspectingResultCustomer & WithRegion(RegionT &&value)
void SetSegment(SegmentT &&value)
AWS_PARTNERCENTRALSELLING_API ProspectingResultCustomer()=default
ProspectingResultCustomer & WithIndustry(Industry value)
const Aws::String & GetRegion() const
const Aws::String & GetGeo() const
bool CountryHasBeenSet() const
ProspectingResultCustomer & WithEligiblePrograms(EligibleProgramsT &&value)
void SetIndustry(Industry value)
ProspectingResultCustomer & WithCompanySize(CompanySizeT &&value)
const Aws::String & GetCompanySize() const
void SetEligiblePrograms(EligibleProgramsT &&value)
bool IndustryHasBeenSet() const
const Aws::String & GetSegment() const
bool EligibleProgramsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue