7#include <aws/glue/Glue_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>
59 template<
typename TypeT = Aws::String>
60 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
61 template<
typename TypeT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 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