7#include <aws/keyspaces/Keyspaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
63 template<
typename TypeT = Aws::String>
64 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
65 template<
typename TypeT = Aws::String>
71 bool m_nameHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
FieldDefinition & WithType(TypeT &&value)
const Aws::String & GetName() const
AWS_KEYSPACES_API FieldDefinition()=default
const Aws::String & GetType() const
FieldDefinition & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_KEYSPACES_API FieldDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
AWS_KEYSPACES_API FieldDefinition(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue