7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspaces/Keyspaces_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
60 template <
typename TypeT = Aws::String>
62 m_typeHasBeenSet =
true;
63 m_type = std::forward<TypeT>(value);
65 template <
typename TypeT = Aws::String>
67 SetType(std::forward<TypeT>(value));
75 bool m_nameHasBeenSet =
false;
76 bool m_typeHasBeenSet =
false;
bool NameHasBeenSet() const
ColumnDefinition & WithName(NameT &&value)
void SetName(NameT &&value)
const Aws::String & GetType() const
AWS_KEYSPACES_API ColumnDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KEYSPACES_API ColumnDefinition()=default
bool TypeHasBeenSet() const
ColumnDefinition & WithType(TypeT &&value)
AWS_KEYSPACES_API ColumnDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue