7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/kinesis/KinesisRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline int GetLimit()
const {
return m_limit; }
48 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
58 template<
typename ExclusiveStartStreamNameT = Aws::String>
59 void SetExclusiveStartStreamName(ExclusiveStartStreamNameT&& value) { m_exclusiveStartStreamNameHasBeenSet =
true; m_exclusiveStartStreamName = std::forward<ExclusiveStartStreamNameT>(value); }
60 template<
typename ExclusiveStartStreamNameT = Aws::String>
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
78 bool m_limitHasBeenSet =
false;
81 bool m_exclusiveStartStreamNameHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
bool ExclusiveStartStreamNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_KINESIS_API ListStreamsRequest()=default
void SetExclusiveStartStreamName(ExclusiveStartStreamNameT &&value)
AWS_KINESIS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetExclusiveStartStreamName() const
ListStreamsRequest & WithLimit(int value)
bool LimitHasBeenSet() const
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListStreamsRequest & WithExclusiveStartStreamName(ExclusiveStartStreamNameT &&value)
const Aws::String & GetNextToken() const
ListStreamsRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String