7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PartnerCentralSelling
50 template<
typename CompanyNameT = Aws::String>
51 void SetCompanyName(CompanyNameT&& value) { m_companyNameHasBeenSet =
true; m_companyName = std::forward<CompanyNameT>(value); }
52 template<
typename CompanyNameT = Aws::String>
64 template<
typename WebsiteUrlT = Aws::String>
65 void SetWebsiteUrl(WebsiteUrlT&& value) { m_websiteUrlHasBeenSet =
true; m_websiteUrl = std::forward<WebsiteUrlT>(value); }
66 template<
typename WebsiteUrlT = Aws::String>
72 bool m_companyNameHasBeenSet =
false;
75 bool m_websiteUrlHasBeenSet =
false;
bool WebsiteUrlHasBeenSet() const
const Aws::String & GetCompanyName() const
AWS_PARTNERCENTRALSELLING_API EngagementMemberSummary()=default
void SetCompanyName(CompanyNameT &&value)
AWS_PARTNERCENTRALSELLING_API EngagementMemberSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWebsiteUrl() const
bool CompanyNameHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API EngagementMemberSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
EngagementMemberSummary & WithCompanyName(CompanyNameT &&value)
EngagementMemberSummary & WithWebsiteUrl(WebsiteUrlT &&value)
void SetWebsiteUrl(WebsiteUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue