7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/IvsrealtimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename StageArnT = Aws::String>
42 void SetStageArn(StageArnT&& value) { m_stageArnHasBeenSet =
true; m_stageArn = std::forward<StageArnT>(value); }
43 template<
typename StageArnT = Aws::String>
53 template<
typename SessionIdT = Aws::String>
54 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
55 template<
typename SessionIdT = Aws::String>
66 template<
typename ParticipantIdT = Aws::String>
67 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
68 template<
typename ParticipantIdT = Aws::String>
79 template<
typename NextTokenT = Aws::String>
80 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
81 template<
typename NextTokenT = Aws::String>
91 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
97 bool m_stageArnHasBeenSet =
false;
100 bool m_sessionIdHasBeenSet =
false;
103 bool m_participantIdHasBeenSet =
false;
106 bool m_nextTokenHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
ListParticipantEventsRequest & WithStageArn(StageArnT &&value)
int GetMaxResults() const
bool StageArnHasBeenSet() const
bool SessionIdHasBeenSet() const
const Aws::String & GetSessionId() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool ParticipantIdHasBeenSet() const
ListParticipantEventsRequest & WithNextToken(NextTokenT &&value)
ListParticipantEventsRequest & WithParticipantId(ParticipantIdT &&value)
bool NextTokenHasBeenSet() const
ListParticipantEventsRequest & WithSessionId(SessionIdT &&value)
ListParticipantEventsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetSessionId(SessionIdT &&value)
const Aws::String & GetParticipantId() const
AWS_IVSREALTIME_API ListParticipantEventsRequest()=default
bool MaxResultsHasBeenSet() const
const Aws::String & GetStageArn() const
void SetStageArn(StageArnT &&value)
void SetParticipantId(ParticipantIdT &&value)
AWS_IVSREALTIME_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String