7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConnectParticipant {
30 AWS_CONNECTPARTICIPANT_API
Attendee() =
default;
41 template <
typename AttendeeIdT = Aws::String>
43 m_attendeeIdHasBeenSet =
true;
44 m_attendeeId = std::forward<AttendeeIdT>(value);
46 template <
typename AttendeeIdT = Aws::String>
59 template <
typename JoinTokenT = Aws::String>
61 m_joinTokenHasBeenSet =
true;
62 m_joinToken = std::forward<JoinTokenT>(value);
64 template <
typename JoinTokenT = Aws::String>
74 bool m_attendeeIdHasBeenSet =
false;
75 bool m_joinTokenHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API Attendee(Aws::Utils::Json::JsonView jsonValue)
bool AttendeeIdHasBeenSet() const
void SetJoinToken(JoinTokenT &&value)
bool JoinTokenHasBeenSet() const
void SetAttendeeId(AttendeeIdT &&value)
const Aws::String & GetJoinToken() const
Attendee & WithAttendeeId(AttendeeIdT &&value)
AWS_CONNECTPARTICIPANT_API Attendee & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttendeeId() const
Attendee & WithJoinToken(JoinTokenT &&value)
AWS_CONNECTPARTICIPANT_API Attendee()=default
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue