7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/keyspaces/KeyspacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename KeyspaceNameT = Aws::String>
70 void SetKeyspaceName(KeyspaceNameT&& value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName = std::forward<KeyspaceNameT>(value); }
71 template<
typename KeyspaceNameT = Aws::String>
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_keyspaceNameHasBeenSet =
false;
void SetKeyspaceName(KeyspaceNameT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetKeyspaceName() const
int GetMaxResults() const
ListTablesRequest & WithKeyspaceName(KeyspaceNameT &&value)
bool MaxResultsHasBeenSet() const
AWS_KEYSPACES_API Aws::String SerializePayload() const override
bool KeyspaceNameHasBeenSet() const
ListTablesRequest & WithMaxResults(int value)
AWS_KEYSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListTablesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
AWS_KEYSPACES_API ListTablesRequest()=default
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String