7#include <aws/keyspacesstreams/KeyspacesStreams_EXPORTS.h>
8#include <aws/keyspacesstreams/KeyspacesStreamsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace KeyspacesStreams
45 template<
typename KeyspaceNameT = Aws::String>
46 void SetKeyspaceName(KeyspaceNameT&& value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName = std::forward<KeyspaceNameT>(value); }
47 template<
typename KeyspaceNameT = Aws::String>
59 template<
typename TableNameT = Aws::String>
60 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
61 template<
typename TableNameT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
93 bool m_keyspaceNameHasBeenSet =
false;
96 bool m_tableNameHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
102 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