7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
72 bool m_nameHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
bool NameHasBeenSet() const
ColumnDefinition & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
ColumnDefinition & WithType(Aws::String &&value)
ColumnDefinition & WithName(const Aws::String &value)
const Aws::String & GetType() const
AWS_KEYSPACES_API ColumnDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const Aws::String &value)
AWS_KEYSPACES_API ColumnDefinition()
ColumnDefinition & WithType(const char *value)
bool TypeHasBeenSet() const
void SetName(const char *value)
void SetType(const char *value)
AWS_KEYSPACES_API ColumnDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
ColumnDefinition & WithType(const Aws::String &value)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
ColumnDefinition & WithName(const char *value)
void SetType(Aws::String &&value)
void SetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue