7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/GlueStudioSchemaColumn.h>
48 template<
typename ColumnsT = Aws::Vector<GlueStudioSchemaColumn>>
49 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns = std::forward<ColumnsT>(value); }
50 template<
typename ColumnsT = Aws::Vector<GlueStudioSchemaColumn>>
52 template<
typename ColumnsT = GlueStudioSchemaColumn>
53 GlueSchema&
AddColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns.emplace_back(std::forward<ColumnsT>(value));
return *
this; }
58 bool m_columnsHasBeenSet =
false;
AWS_GLUE_API GlueSchema(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< GlueStudioSchemaColumn > & GetColumns() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ColumnsHasBeenSet() const
GlueSchema & AddColumns(ColumnsT &&value)
AWS_GLUE_API GlueSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API GlueSchema()=default
void SetColumns(ColumnsT &&value)
GlueSchema & WithColumns(ColumnsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue