7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/kinesisvideo/KinesisVideoRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kinesisvideo/model/StreamNameCondition.h>
43 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
69 template<
typename StreamNameConditionT = StreamNameCondition>
70 void SetStreamNameCondition(StreamNameConditionT&& value) { m_streamNameConditionHasBeenSet =
true; m_streamNameCondition = std::forward<StreamNameConditionT>(value); }
71 template<
typename StreamNameConditionT = StreamNameCondition>
77 bool m_maxResultsHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
82 StreamNameCondition m_streamNameCondition;
83 bool m_streamNameConditionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_KINESISVIDEO_API ListStreamsRequest()=default
void SetMaxResults(int value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
bool StreamNameConditionHasBeenSet() const
const StreamNameCondition & GetStreamNameCondition() const
void SetStreamNameCondition(StreamNameConditionT &&value)
ListStreamsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListStreamsRequest & WithMaxResults(int value)
ListStreamsRequest & WithStreamNameCondition(StreamNameConditionT &&value)
AWS_KINESISVIDEO_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String