7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspaces/KeyspacesRequest.h>
9#include <aws/keyspaces/Keyspaces_EXPORTS.h>
39 template <
typename KeyspaceNameT = Aws::String>
41 m_keyspaceNameHasBeenSet =
true;
42 m_keyspaceName = std::forward<KeyspaceNameT>(value);
44 template <
typename KeyspaceNameT = Aws::String>
57 template <
typename TableNameT = Aws::String>
59 m_tableNameHasBeenSet =
true;
60 m_tableName = std::forward<TableNameT>(value);
62 template <
typename TableNameT = Aws::String>
70 bool m_keyspaceNameHasBeenSet =
false;
73 bool m_tableNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_KEYSPACES_API DeleteTableRequest()=default
DeleteTableRequest & WithKeyspaceName(KeyspaceNameT &&value)
AWS_KEYSPACES_API Aws::String SerializePayload() const override
bool KeyspaceNameHasBeenSet() const
bool TableNameHasBeenSet() const
DeleteTableRequest & WithTableName(TableNameT &&value)
const Aws::String & GetKeyspaceName() const
AWS_KEYSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetKeyspaceName(KeyspaceNameT &&value)
const Aws::String & GetTableName() const
void SetTableName(TableNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String