7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
48 template <
typename CompanyNameT = Aws::String>
50 m_companyNameHasBeenSet =
true;
51 m_companyName = std::forward<CompanyNameT>(value);
53 template <
typename CompanyNameT = Aws::String>
68 template <
typename WebsiteUrlT = Aws::String>
70 m_websiteUrlHasBeenSet =
true;
71 m_websiteUrl = std::forward<WebsiteUrlT>(value);
73 template <
typename WebsiteUrlT = Aws::String>
88 template <
typename AccountIdT = Aws::String>
90 m_accountIdHasBeenSet =
true;
91 m_accountId = std::forward<AccountIdT>(value);
93 template <
typename AccountIdT = Aws::String>
105 bool m_companyNameHasBeenSet =
false;
106 bool m_websiteUrlHasBeenSet =
false;
107 bool m_accountIdHasBeenSet =
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