7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/ParticipantState.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/ivs-realtime/model/ParticipantRecordingState.h>
12#include <aws/ivs-realtime/model/ReplicationType.h>
13#include <aws/ivs-realtime/model/ReplicationState.h>
52 template<
typename ParticipantIdT = Aws::String>
53 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
54 template<
typename ParticipantIdT = Aws::String>
68 template<
typename UserIdT = Aws::String>
69 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
70 template<
typename UserIdT = Aws::String>
91 template<
typename FirstJoinTimeT = Aws::Utils::DateTime>
92 void SetFirstJoinTime(FirstJoinTimeT&& value) { m_firstJoinTimeHasBeenSet =
true; m_firstJoinTime = std::forward<FirstJoinTimeT>(value); }
93 template<
typename FirstJoinTimeT = Aws::Utils::DateTime>
103 inline void SetPublished(
bool value) { m_publishedHasBeenSet =
true; m_published = value; }
144 template<
typename SourceStageArnT = Aws::String>
145 void SetSourceStageArn(SourceStageArnT&& value) { m_sourceStageArnHasBeenSet =
true; m_sourceStageArn = std::forward<SourceStageArnT>(value); }
146 template<
typename SourceStageArnT = Aws::String>
157 template<
typename SourceSessionIdT = Aws::String>
158 void SetSourceSessionId(SourceSessionIdT&& value) { m_sourceSessionIdHasBeenSet =
true; m_sourceSessionId = std::forward<SourceSessionIdT>(value); }
159 template<
typename SourceSessionIdT = Aws::String>
165 bool m_participantIdHasBeenSet =
false;
168 bool m_userIdHasBeenSet =
false;
171 bool m_stateHasBeenSet =
false;
174 bool m_firstJoinTimeHasBeenSet =
false;
176 bool m_published{
false};
177 bool m_publishedHasBeenSet =
false;
180 bool m_recordingStateHasBeenSet =
false;
183 bool m_replicationTypeHasBeenSet =
false;
186 bool m_replicationStateHasBeenSet =
false;
189 bool m_sourceStageArnHasBeenSet =
false;
192 bool m_sourceSessionIdHasBeenSet =
false;
ParticipantSummary & WithSourceSessionId(SourceSessionIdT &&value)
bool FirstJoinTimeHasBeenSet() const
ParticipantState GetState() const
ParticipantSummary & WithReplicationType(ReplicationType value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
ParticipantSummary & WithFirstJoinTime(FirstJoinTimeT &&value)
void SetSourceStageArn(SourceStageArnT &&value)
void SetRecordingState(ParticipantRecordingState value)
ReplicationType GetReplicationType() const
void SetReplicationState(ReplicationState value)
void SetPublished(bool value)
const Aws::String & GetSourceSessionId() const
ParticipantSummary & WithSourceStageArn(SourceStageArnT &&value)
const Aws::String & GetParticipantId() const
ParticipantSummary & WithRecordingState(ParticipantRecordingState value)
bool UserIdHasBeenSet() const
bool ReplicationTypeHasBeenSet() const
void SetUserId(UserIdT &&value)
bool ReplicationStateHasBeenSet() const
ParticipantSummary & WithParticipantId(ParticipantIdT &&value)
bool SourceStageArnHasBeenSet() const
bool RecordingStateHasBeenSet() const
ReplicationState GetReplicationState() const
AWS_IVSREALTIME_API ParticipantSummary()=default
bool ParticipantIdHasBeenSet() const
void SetSourceSessionId(SourceSessionIdT &&value)
AWS_IVSREALTIME_API ParticipantSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReplicationType(ReplicationType value)
void SetFirstJoinTime(FirstJoinTimeT &&value)
ParticipantSummary & WithReplicationState(ReplicationState value)
ParticipantRecordingState GetRecordingState() const
ParticipantSummary & WithState(ParticipantState value)
bool PublishedHasBeenSet() const
ParticipantSummary & WithPublished(bool value)
ParticipantSummary & WithUserId(UserIdT &&value)
const Aws::Utils::DateTime & GetFirstJoinTime() const
bool StateHasBeenSet() const
void SetState(ParticipantState value)
const Aws::String & GetUserId() const
bool SourceSessionIdHasBeenSet() const
const Aws::String & GetSourceStageArn() const
bool GetPublished() const
void SetParticipantId(ParticipantIdT &&value)
AWS_IVSREALTIME_API ParticipantSummary(Aws::Utils::Json::JsonView jsonValue)
ParticipantRecordingState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue