7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
61 template<
typename TypeT = Aws::String>
62 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
63 template<
typename TypeT = Aws::String>
76 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
82 bool m_nameHasBeenSet =
false;
85 bool m_typeHasBeenSet =
false;
87 bool m_required{
false};
88 bool m_requiredHasBeenSet =
false;
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_S3TABLES_API SchemaField & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaField & WithName(NameT &&value)
SchemaField & WithType(TypeT &&value)
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3TABLES_API SchemaField(Aws::Utils::Json::JsonView jsonValue)
AWS_S3TABLES_API SchemaField()=default
const Aws::String & GetType() const
void SetType(TypeT &&value)
SchemaField & WithRequired(bool value)
bool TypeHasBeenSet() const
const Aws::String & GetName() const
void SetRequired(bool value)
bool RequiredHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue