7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/IvsrealtimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs-realtime/model/ParticipantState.h>
11#include <aws/ivs-realtime/model/ParticipantRecordingFilterByRecordingState.h>
45 inline void SetStageArn(
const char* value) { m_stageArnHasBeenSet =
true; m_stageArn.assign(value); }
59 inline void SetSessionId(
const char* value) { m_sessionIdHasBeenSet =
true; m_sessionId.assign(value); }
78 inline void SetFilterByUserId(
const char* value) { m_filterByUserIdHasBeenSet =
true; m_filterByUserId.assign(value); }
93 inline void SetFilterByPublished(
bool value) { m_filterByPublishedHasBeenSet =
true; m_filterByPublished = value; }
121 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
133 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
154 bool m_stageArnHasBeenSet =
false;
157 bool m_sessionIdHasBeenSet =
false;
160 bool m_filterByUserIdHasBeenSet =
false;
162 bool m_filterByPublished;
163 bool m_filterByPublishedHasBeenSet =
false;
166 bool m_filterByStateHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
172 bool m_maxResultsHasBeenSet =
false;
175 bool m_filterByRecordingStateHasBeenSet =
false;
ListParticipantsRequest & WithFilterByUserId(const char *value)
bool FilterByUserIdHasBeenSet() const
void SetFilterByUserId(const Aws::String &value)
bool GetFilterByPublished() const
ListParticipantsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetFilterByUserId() const
ListParticipantsRequest & WithNextToken(const char *value)
ListParticipantsRequest & WithFilterByState(ParticipantState &&value)
void SetNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetFilterByState(const ParticipantState &value)
void SetSessionId(Aws::String &&value)
ListParticipantsRequest & WithSessionId(const char *value)
ListParticipantsRequest & WithStageArn(Aws::String &&value)
void SetFilterByPublished(bool value)
void SetStageArn(const char *value)
void SetFilterByRecordingState(ParticipantRecordingFilterByRecordingState &&value)
ListParticipantsRequest & WithStageArn(const Aws::String &value)
ListParticipantsRequest & WithNextToken(Aws::String &&value)
void SetSessionId(const Aws::String &value)
void SetFilterByState(ParticipantState &&value)
bool FilterByStateHasBeenSet() const
ListParticipantsRequest & WithFilterByPublished(bool value)
void SetFilterByUserId(Aws::String &&value)
void SetNextToken(const Aws::String &value)
void SetNextToken(const char *value)
ListParticipantsRequest & WithStageArn(const char *value)
bool MaxResultsHasBeenSet() const
ListParticipantsRequest & WithFilterByUserId(Aws::String &&value)
bool FilterByPublishedHasBeenSet() const
const Aws::String & GetSessionId() const
ListParticipantsRequest & WithFilterByState(const ParticipantState &value)
const Aws::String & GetNextToken() const
bool StageArnHasBeenSet() const
void SetStageArn(const Aws::String &value)
void SetFilterByRecordingState(const ParticipantRecordingFilterByRecordingState &value)
const ParticipantState & GetFilterByState() const
int GetMaxResults() const
void SetMaxResults(int value)
ListParticipantsRequest & WithFilterByRecordingState(ParticipantRecordingFilterByRecordingState &&value)
bool FilterByRecordingStateHasBeenSet() const
ListParticipantsRequest & WithFilterByRecordingState(const ParticipantRecordingFilterByRecordingState &value)
ListParticipantsRequest & WithFilterByUserId(const Aws::String &value)
void SetFilterByUserId(const char *value)
const ParticipantRecordingFilterByRecordingState & GetFilterByRecordingState() const
ListParticipantsRequest & WithMaxResults(int value)
ListParticipantsRequest & WithSessionId(const Aws::String &value)
AWS_IVSREALTIME_API ListParticipantsRequest()
AWS_IVSREALTIME_API Aws::String SerializePayload() const override
void SetSessionId(const char *value)
const Aws::String & GetStageArn() const
bool NextTokenHasBeenSet() const
ListParticipantsRequest & WithSessionId(Aws::String &&value)
bool SessionIdHasBeenSet() const
void SetStageArn(Aws::String &&value)
ParticipantRecordingFilterByRecordingState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String