/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Defines the fields of a dataset.See Also:
AWS API
* Reference
An array of attributes specifying the name and type of each field in a * dataset.
*/ inline const Aws::VectorAn array of attributes specifying the name and type of each field in a * dataset.
*/ inline bool AttributesHasBeenSet() const { return m_attributesHasBeenSet; } /** *An array of attributes specifying the name and type of each field in a * dataset.
*/ inline void SetAttributes(const Aws::VectorAn array of attributes specifying the name and type of each field in a * dataset.
*/ inline void SetAttributes(Aws::VectorAn array of attributes specifying the name and type of each field in a * dataset.
*/ inline Schema& WithAttributes(const Aws::VectorAn array of attributes specifying the name and type of each field in a * dataset.
*/ inline Schema& WithAttributes(Aws::VectorAn array of attributes specifying the name and type of each field in a * dataset.
*/ inline Schema& AddAttributes(const SchemaAttribute& value) { m_attributesHasBeenSet = true; m_attributes.push_back(value); return *this; } /** *An array of attributes specifying the name and type of each field in a * dataset.
*/ inline Schema& AddAttributes(SchemaAttribute&& value) { m_attributesHasBeenSet = true; m_attributes.push_back(std::move(value)); return *this; } private: Aws::Vector