7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/ivs/IVSRequest.h>
9#include <aws/ivs/model/StreamFilters.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename FilterByT = StreamFilters>
43 void SetFilterBy(FilterByT&& value) { m_filterByHasBeenSet =
true; m_filterBy = std::forward<FilterByT>(value); }
44 template<
typename FilterByT = StreamFilters>
54 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
73 bool m_filterByHasBeenSet =
false;
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
ListStreamsRequest & WithNextToken(NextTokenT &&value)
void SetFilterBy(FilterByT &&value)
ListStreamsRequest & WithFilterBy(FilterByT &&value)
const StreamFilters & GetFilterBy() const
ListStreamsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_IVS_API ListStreamsRequest()=default
void SetMaxResults(int value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
AWS_IVS_API Aws::String SerializePayload() const override
bool FilterByHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String