7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PartnerCentralSelling
56 template<
typename AccountIdT = Aws::String>
57 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
58 template<
typename AccountIdT = Aws::String>
68 template<
typename CompanyNameT = Aws::String>
69 void SetCompanyName(CompanyNameT&& value) { m_companyNameHasBeenSet =
true; m_companyName = std::forward<CompanyNameT>(value); }
70 template<
typename CompanyNameT = Aws::String>
82 template<
typename WebsiteUrlT = Aws::String>
83 void SetWebsiteUrl(WebsiteUrlT&& value) { m_websiteUrlHasBeenSet =
true; m_websiteUrl = std::forward<WebsiteUrlT>(value); }
84 template<
typename WebsiteUrlT = Aws::String>
90 bool m_accountIdHasBeenSet =
false;
93 bool m_companyNameHasBeenSet =
false;
96 bool m_websiteUrlHasBeenSet =
false;
EngagementMember & WithWebsiteUrl(WebsiteUrlT &&value)
const Aws::String & GetWebsiteUrl() const
EngagementMember & WithCompanyName(CompanyNameT &&value)
void SetCompanyName(CompanyNameT &&value)
const Aws::String & GetAccountId() const
void SetAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
void SetWebsiteUrl(WebsiteUrlT &&value)
const Aws::String & GetCompanyName() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PARTNERCENTRALSELLING_API EngagementMember()=default
AWS_PARTNERCENTRALSELLING_API EngagementMember(Aws::Utils::Json::JsonView jsonValue)
EngagementMember & WithAccountId(AccountIdT &&value)
bool WebsiteUrlHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API EngagementMember & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CompanyNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue