7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/KinesisRequest.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
42 inline int GetLimit()
const {
return m_limit; }
45 m_limitHasBeenSet =
true;
60 template <
typename ExclusiveStartStreamNameT = Aws::String>
62 m_exclusiveStartStreamNameHasBeenSet =
true;
63 m_exclusiveStartStreamName = std::forward<ExclusiveStartStreamNameT>(value);
65 template <
typename ExclusiveStartStreamNameT = Aws::String>
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
95 bool m_limitHasBeenSet =
false;
96 bool m_exclusiveStartStreamNameHasBeenSet =
false;
97 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