7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/gameliftstreams/GameLiftStreamsRequest.h>
9#include <aws/gameliftstreams/model/ExportFilesStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/gameliftstreams/model/StreamSessionStatus.h>
20namespace GameLiftStreams
69 template<
typename IdentifierT = Aws::String>
70 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
71 template<
typename IdentifierT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
115 bool m_exportFilesStatusHasBeenSet =
false;
118 bool m_identifierHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
124 bool m_nextTokenHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
void SetExportFilesStatus(ExportFilesStatus value)
bool NextTokenHasBeenSet() const
ListStreamSessionsRequest & WithStatus(StreamSessionStatus value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentifier() const
ListStreamSessionsRequest & WithIdentifier(IdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
ListStreamSessionsRequest & WithMaxResults(int value)
AWS_GAMELIFTSTREAMS_API Aws::String SerializePayload() const override
bool StatusHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ExportFilesStatus GetExportFilesStatus() const
ListStreamSessionsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
ListStreamSessionsRequest & WithExportFilesStatus(ExportFilesStatus value)
AWS_GAMELIFTSTREAMS_API ListStreamSessionsRequest()=default
void SetStatus(StreamSessionStatus value)
bool IdentifierHasBeenSet() const
AWS_GAMELIFTSTREAMS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
StreamSessionStatus GetStatus() const
int GetMaxResults() const
bool ExportFilesStatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String