7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/AwsMemberBusinessTitle.h>
20namespace PartnerCentralSelling {
43 template <
typename EmailT = Aws::String>
45 m_emailHasBeenSet =
true;
46 m_email = std::forward<EmailT>(value);
48 template <
typename EmailT = Aws::String>
50 SetEmail(std::forward<EmailT>(value));
61 template <
typename FirstNameT = Aws::String>
63 m_firstNameHasBeenSet =
true;
64 m_firstName = std::forward<FirstNameT>(value);
66 template <
typename FirstNameT = Aws::String>
79 template <
typename LastNameT = Aws::String>
81 m_lastNameHasBeenSet =
true;
82 m_lastName = std::forward<LastNameT>(value);
84 template <
typename LastNameT = Aws::String>
99 m_businessTitleHasBeenSet =
true;
100 m_businessTitle = value;
115 bool m_emailHasBeenSet =
false;
116 bool m_firstNameHasBeenSet =
false;
117 bool m_lastNameHasBeenSet =
false;
118 bool m_businessTitleHasBeenSet =
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