7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename TypeT = Aws::String>
61 m_typeHasBeenSet =
true;
62 m_type = std::forward<TypeT>(value);
64 template <
typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
AWS_GLUE_API KeySchemaElement(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetType(TypeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API KeySchemaElement()=default
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_GLUE_API KeySchemaElement & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
KeySchemaElement & WithType(TypeT &&value)
bool TypeHasBeenSet() const
KeySchemaElement & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue