/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A physical table type for an S3 data source.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) for the data source.
*/ inline const Aws::String& GetDataSourceArn() const{ return m_dataSourceArn; } /** *The Amazon Resource Name (ARN) for the data source.
*/ inline bool DataSourceArnHasBeenSet() const { return m_dataSourceArnHasBeenSet; } /** *The Amazon Resource Name (ARN) for the data source.
*/ inline void SetDataSourceArn(const Aws::String& value) { m_dataSourceArnHasBeenSet = true; m_dataSourceArn = value; } /** *The Amazon Resource Name (ARN) for the data source.
*/ inline void SetDataSourceArn(Aws::String&& value) { m_dataSourceArnHasBeenSet = true; m_dataSourceArn = std::move(value); } /** *The Amazon Resource Name (ARN) for the data source.
*/ inline void SetDataSourceArn(const char* value) { m_dataSourceArnHasBeenSet = true; m_dataSourceArn.assign(value); } /** *The Amazon Resource Name (ARN) for the data source.
*/ inline S3Source& WithDataSourceArn(const Aws::String& value) { SetDataSourceArn(value); return *this;} /** *The Amazon Resource Name (ARN) for the data source.
*/ inline S3Source& WithDataSourceArn(Aws::String&& value) { SetDataSourceArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) for the data source.
*/ inline S3Source& WithDataSourceArn(const char* value) { SetDataSourceArn(value); return *this;} /** *Information about the format for the S3 source file or files.
*/ inline const UploadSettings& GetUploadSettings() const{ return m_uploadSettings; } /** *Information about the format for the S3 source file or files.
*/ inline bool UploadSettingsHasBeenSet() const { return m_uploadSettingsHasBeenSet; } /** *Information about the format for the S3 source file or files.
*/ inline void SetUploadSettings(const UploadSettings& value) { m_uploadSettingsHasBeenSet = true; m_uploadSettings = value; } /** *Information about the format for the S3 source file or files.
*/ inline void SetUploadSettings(UploadSettings&& value) { m_uploadSettingsHasBeenSet = true; m_uploadSettings = std::move(value); } /** *Information about the format for the S3 source file or files.
*/ inline S3Source& WithUploadSettings(const UploadSettings& value) { SetUploadSettings(value); return *this;} /** *Information about the format for the S3 source file or files.
*/ inline S3Source& WithUploadSettings(UploadSettings&& value) { SetUploadSettings(std::move(value)); return *this;} /** *A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.
A physical table type for an S3 data source.
For files that
* aren't JSON, only STRING
data types are supported in input
* columns.