7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
71 bool m_nameHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
void SetName(const Aws::String &value)
KeySchemaElement & WithType(const Aws::String &value)
void SetType(const char *value)
KeySchemaElement & WithType(const char *value)
AWS_GLUE_API KeySchemaElement(Aws::Utils::Json::JsonView jsonValue)
KeySchemaElement & WithName(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API KeySchemaElement()
void SetName(Aws::String &&value)
void SetType(const Aws::String &value)
void SetType(Aws::String &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
KeySchemaElement & WithName(Aws::String &&value)
AWS_GLUE_API KeySchemaElement & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
KeySchemaElement & WithName(const char *value)
bool TypeHasBeenSet() const
KeySchemaElement & WithType(Aws::String &&value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue