7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename EmailT = Aws::String>
61 m_emailHasBeenSet =
true;
62 m_email = std::forward<EmailT>(value);
64 template <
typename EmailT = Aws::String>
66 SetEmail(std::forward<EmailT>(value));
78 template <
typename DateT = Aws::String>
80 m_dateHasBeenSet =
true;
81 m_date = std::forward<DateT>(value);
83 template <
typename DateT = Aws::String>
85 SetDate(std::forward<DateT>(value));
95 bool m_nameHasBeenSet =
false;
96 bool m_emailHasBeenSet =
false;
97 bool m_dateHasBeenSet =
false;
const Aws::String & GetDate() const
void SetEmail(EmailT &&value)
AWS_CODECOMMIT_API UserInfo()=default
UserInfo & WithName(NameT &&value)
AWS_CODECOMMIT_API UserInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
UserInfo & WithDate(DateT &&value)
bool DateHasBeenSet() const
bool NameHasBeenSet() const
AWS_CODECOMMIT_API UserInfo(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetName() const
UserInfo & WithEmail(EmailT &&value)
const Aws::String & GetEmail() const
void SetDate(DateT &&value)
bool EmailHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue