7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/keyspaces/KeyspacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetKeyspaceName(
const char* value) { m_keyspaceNameHasBeenSet =
true; m_keyspaceName.assign(value); }
53 bool m_keyspaceNameHasBeenSet =
false;
AWS_KEYSPACES_API GetKeyspaceRequest()
void SetKeyspaceName(Aws::String &&value)
void SetKeyspaceName(const char *value)
AWS_KEYSPACES_API Aws::String SerializePayload() const override
const Aws::String & GetKeyspaceName() const
virtual const char * GetServiceRequestName() const override
void SetKeyspaceName(const Aws::String &value)
bool KeyspaceNameHasBeenSet() const
GetKeyspaceRequest & WithKeyspaceName(Aws::String &&value)
GetKeyspaceRequest & WithKeyspaceName(const Aws::String &value)
AWS_KEYSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetKeyspaceRequest & WithKeyspaceName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String