7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
9#include <aws/s3tables/model/SchemaField.h>
42 template <
typename FieldsT = Aws::Vector<SchemaField>>
44 m_fieldsHasBeenSet =
true;
45 m_fields = std::forward<FieldsT>(value);
47 template <
typename FieldsT = Aws::Vector<SchemaField>>
52 template <
typename FieldsT = SchemaField>
54 m_fieldsHasBeenSet =
true;
55 m_fields.emplace_back(std::forward<FieldsT>(value));
61 bool m_fieldsHasBeenSet =
false;
IcebergSchema & AddFields(FieldsT &&value)
AWS_S3TABLES_API IcebergSchema(Aws::Utils::Json::JsonView jsonValue)
IcebergSchema & WithFields(FieldsT &&value)
AWS_S3TABLES_API IcebergSchema()=default
const Aws::Vector< SchemaField > & GetFields() const
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFields(FieldsT &&value)
bool FieldsHasBeenSet() const
AWS_S3TABLES_API IcebergSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue