7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
44 template <
typename CompanyNameT = Aws::String>
46 m_companyNameHasBeenSet =
true;
47 m_companyName = std::forward<CompanyNameT>(value);
49 template <
typename CompanyNameT = Aws::String>
64 template <
typename WebsiteUrlT = Aws::String>
66 m_websiteUrlHasBeenSet =
true;
67 m_websiteUrl = std::forward<WebsiteUrlT>(value);
69 template <
typename WebsiteUrlT = Aws::String>
79 bool m_companyNameHasBeenSet =
false;
80 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