7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/keyspaces/KeyspacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 inline void SetKeyspaceName(
const char* value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName.assign(value); }
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
87 bool m_keyspaceNameHasBeenSet =
false;
void SetKeyspaceName(Aws::String &&value)
AWS_KEYSPACES_API ListTablesRequest()
void SetKeyspaceName(const char *value)
const Aws::String & GetNextToken() const
void SetNextToken(const char *value)
const Aws::String & GetKeyspaceName() const
ListTablesRequest & WithNextToken(const Aws::String &value)
ListTablesRequest & WithNextToken(Aws::String &&value)
int GetMaxResults() const
ListTablesRequest & WithKeyspaceName(Aws::String &&value)
bool MaxResultsHasBeenSet() const
AWS_KEYSPACES_API Aws::String SerializePayload() const override
bool KeyspaceNameHasBeenSet() const
ListTablesRequest & WithMaxResults(int value)
void SetKeyspaceName(const Aws::String &value)
AWS_KEYSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
ListTablesRequest & WithNextToken(const char *value)
void SetNextToken(Aws::String &&value)
ListTablesRequest & WithKeyspaceName(const Aws::String &value)
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
ListTablesRequest & WithKeyspaceName(const char *value)
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