7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/partnercentral-selling/model/AwsMemberBusinessTitle.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PartnerCentralSelling
60 template<
typename EmailT = Aws::String>
61 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
62 template<
typename EmailT = Aws::String>
72 template<
typename FirstNameT = Aws::String>
73 void SetFirstName(FirstNameT&& value) { m_firstNameHasBeenSet =
true; m_firstName = std::forward<FirstNameT>(value); }
74 template<
typename FirstNameT = Aws::String>
84 template<
typename LastNameT = Aws::String>
85 void SetLastName(LastNameT&& value) { m_lastNameHasBeenSet =
true; m_lastName = std::forward<LastNameT>(value); }
86 template<
typename LastNameT = Aws::String>
92 bool m_businessTitleHasBeenSet =
false;
95 bool m_emailHasBeenSet =
false;
98 bool m_firstNameHasBeenSet =
false;
101 bool m_lastNameHasBeenSet =
false;
AWS_PARTNERCENTRALSELLING_API AwsTeamMember()=default
void SetLastName(LastNameT &&value)
const Aws::String & GetLastName() const
void SetFirstName(FirstNameT &&value)
bool BusinessTitleHasBeenSet() const
bool FirstNameHasBeenSet() const
bool LastNameHasBeenSet() const
AwsTeamMember & WithBusinessTitle(AwsMemberBusinessTitle value)
bool EmailHasBeenSet() const
AwsTeamMember & WithLastName(LastNameT &&value)
AWS_PARTNERCENTRALSELLING_API AwsTeamMember(Aws::Utils::Json::JsonView jsonValue)
AwsTeamMember & WithFirstName(FirstNameT &&value)
AwsMemberBusinessTitle GetBusinessTitle() const
const Aws::String & GetEmail() const
void SetBusinessTitle(AwsMemberBusinessTitle value)
void SetEmail(EmailT &&value)
AwsTeamMember & WithEmail(EmailT &&value)
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFirstName() const
AWS_PARTNERCENTRALSELLING_API AwsTeamMember & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue