7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/Member.h>
9#include <aws/chime/model/RoomMembershipRole.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename RoomIdT = Aws::String>
45 m_roomIdHasBeenSet =
true;
46 m_roomId = std::forward<RoomIdT>(value);
48 template <
typename RoomIdT = Aws::String>
62 template <
typename MemberT = Member>
64 m_memberHasBeenSet =
true;
65 m_member = std::forward<MemberT>(value);
67 template <
typename MemberT = Member>
81 m_roleHasBeenSet =
true;
96 template <
typename InvitedByT = Aws::String>
98 m_invitedByHasBeenSet =
true;
99 m_invitedBy = std::forward<InvitedByT>(value);
101 template <
typename InvitedByT = Aws::String>
114 template <
typename UpdatedTimestampT = Aws::Utils::DateTime>
116 m_updatedTimestampHasBeenSet =
true;
117 m_updatedTimestamp = std::forward<UpdatedTimestampT>(value);
119 template <
typename UpdatedTimestampT = Aws::Utils::DateTime>
135 bool m_roomIdHasBeenSet =
false;
136 bool m_memberHasBeenSet =
false;
137 bool m_roleHasBeenSet =
false;
138 bool m_invitedByHasBeenSet =
false;
139 bool m_updatedTimestampHasBeenSet =
false;
bool UpdatedTimestampHasBeenSet() const
bool MemberHasBeenSet() const
RoomMembership & WithRole(RoomMembershipRole value)
RoomMembership & WithRoomId(RoomIdT &&value)
bool RoomIdHasBeenSet() const
AWS_CHIME_API RoomMembership()=default
void SetUpdatedTimestamp(UpdatedTimestampT &&value)
const Member & GetMember() const
void SetMember(MemberT &&value)
void SetRole(RoomMembershipRole value)
void SetRoomId(RoomIdT &&value)
RoomMembership & WithMember(MemberT &&value)
const Aws::String & GetRoomId() const
RoomMembership & WithInvitedBy(InvitedByT &&value)
AWS_CHIME_API RoomMembership & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInvitedBy(InvitedByT &&value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CHIME_API RoomMembership(Aws::Utils::Json::JsonView jsonValue)
RoomMembershipRole GetRole() const
RoomMembership & WithUpdatedTimestamp(UpdatedTimestampT &&value)
const Aws::String & GetInvitedBy() const
bool RoleHasBeenSet() const
bool InvitedByHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedTimestamp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue