/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A .csv file.See Also:
AWS API
* Reference
The column names specified in the .csv file.
*/ inline const Aws::VectorThe column names specified in the .csv file.
*/ inline bool ColumnNamesHasBeenSet() const { return m_columnNamesHasBeenSet; } /** *The column names specified in the .csv file.
*/ inline void SetColumnNames(const Aws::VectorThe column names specified in the .csv file.
*/ inline void SetColumnNames(Aws::VectorThe column names specified in the .csv file.
*/ inline Csv& WithColumnNames(const Aws::VectorThe column names specified in the .csv file.
*/ inline Csv& WithColumnNames(Aws::VectorThe column names specified in the .csv file.
*/ inline Csv& AddColumnNames(const ColumnName& value) { m_columnNamesHasBeenSet = true; m_columnNames.push_back(value); return *this; } /** *The column names specified in the .csv file.
*/ inline Csv& AddColumnNames(ColumnName&& value) { m_columnNamesHasBeenSet = true; m_columnNames.push_back(std::move(value)); return *this; } private: Aws::Vector