7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspacesstreams/KeyspacesStreamsRequest.h>
9#include <aws/keyspacesstreams/KeyspacesStreams_EXPORTS.h>
14namespace KeyspacesStreams {
41 template <
typename KeyspaceNameT = Aws::String>
43 m_keyspaceNameHasBeenSet =
true;
44 m_keyspaceName = std::forward<KeyspaceNameT>(value);
46 template <
typename KeyspaceNameT = Aws::String>
61 template <
typename TableNameT = Aws::String>
63 m_tableNameHasBeenSet =
true;
64 m_tableName = std::forward<TableNameT>(value);
66 template <
typename TableNameT = Aws::String>
82 m_maxResultsHasBeenSet =
true;
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
118 bool m_keyspaceNameHasBeenSet =
false;
119 bool m_tableNameHasBeenSet =
false;
120 bool m_maxResultsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
void SetKeyspaceName(KeyspaceNameT &&value)
ListStreamsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetTableName() const
ListStreamsRequest & WithKeyspaceName(KeyspaceNameT &&value)
ListStreamsRequest & WithNextToken(NextTokenT &&value)
void SetTableName(TableNameT &&value)
AWS_KEYSPACESSTREAMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetKeyspaceName() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
ListStreamsRequest & WithTableName(TableNameT &&value)
int GetMaxResults() const
AWS_KEYSPACESSTREAMS_API ListStreamsRequest()=default
virtual const char * GetServiceRequestName() const override
bool TableNameHasBeenSet() const
AWS_KEYSPACESSTREAMS_API Aws::String SerializePayload() const override
bool KeyspaceNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String