/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Dataset.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the resource.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the resource.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the resource.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the resource.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the resource.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the resource.
*/ inline DataSet& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the resource.
*/ inline DataSet& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the resource.
*/ inline DataSet& WithArn(const char* value) { SetArn(value); return *this;} /** *The ID of the dataset.
*/ inline const Aws::String& GetDataSetId() const{ return m_dataSetId; } /** *The ID of the dataset.
*/ inline bool DataSetIdHasBeenSet() const { return m_dataSetIdHasBeenSet; } /** *The ID of the dataset.
*/ inline void SetDataSetId(const Aws::String& value) { m_dataSetIdHasBeenSet = true; m_dataSetId = value; } /** *The ID of the dataset.
*/ inline void SetDataSetId(Aws::String&& value) { m_dataSetIdHasBeenSet = true; m_dataSetId = std::move(value); } /** *The ID of the dataset.
*/ inline void SetDataSetId(const char* value) { m_dataSetIdHasBeenSet = true; m_dataSetId.assign(value); } /** *The ID of the dataset.
*/ inline DataSet& WithDataSetId(const Aws::String& value) { SetDataSetId(value); return *this;} /** *The ID of the dataset.
*/ inline DataSet& WithDataSetId(Aws::String&& value) { SetDataSetId(std::move(value)); return *this;} /** *The ID of the dataset.
*/ inline DataSet& WithDataSetId(const char* value) { SetDataSetId(value); return *this;} /** *A display name for the dataset.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *A display name for the dataset.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *A display name for the dataset.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *A display name for the dataset.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *A display name for the dataset.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *A display name for the dataset.
*/ inline DataSet& WithName(const Aws::String& value) { SetName(value); return *this;} /** *A display name for the dataset.
*/ inline DataSet& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *A display name for the dataset.
*/ inline DataSet& WithName(const char* value) { SetName(value); return *this;} /** *The time that this dataset was created.
*/ inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; } /** *The time that this dataset was created.
*/ inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; } /** *The time that this dataset was created.
*/ inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTimeHasBeenSet = true; m_createdTime = value; } /** *The time that this dataset was created.
*/ inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::move(value); } /** *The time that this dataset was created.
*/ inline DataSet& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;} /** *The time that this dataset was created.
*/ inline DataSet& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;} /** *The last time that this dataset was updated.
*/ inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; } /** *The last time that this dataset was updated.
*/ inline bool LastUpdatedTimeHasBeenSet() const { return m_lastUpdatedTimeHasBeenSet; } /** *The last time that this dataset was updated.
*/ inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = value; } /** *The last time that this dataset was updated.
*/ inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = std::move(value); } /** *The last time that this dataset was updated.
*/ inline DataSet& WithLastUpdatedTime(const Aws::Utils::DateTime& value) { SetLastUpdatedTime(value); return *this;} /** *The last time that this dataset was updated.
*/ inline DataSet& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;} /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline const Aws::MapDeclares the physical tables that are available in the underlying data * sources.
*/ inline bool PhysicalTableMapHasBeenSet() const { return m_physicalTableMapHasBeenSet; } /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline void SetPhysicalTableMap(const Aws::MapDeclares the physical tables that are available in the underlying data * sources.
*/ inline void SetPhysicalTableMap(Aws::MapDeclares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& WithPhysicalTableMap(const Aws::MapDeclares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& WithPhysicalTableMap(Aws::MapDeclares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& AddPhysicalTableMap(const Aws::String& key, const PhysicalTable& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap.emplace(key, value); return *this; } /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& AddPhysicalTableMap(Aws::String&& key, const PhysicalTable& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap.emplace(std::move(key), value); return *this; } /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& AddPhysicalTableMap(const Aws::String& key, PhysicalTable&& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap.emplace(key, std::move(value)); return *this; } /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& AddPhysicalTableMap(Aws::String&& key, PhysicalTable&& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap.emplace(std::move(key), std::move(value)); return *this; } /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& AddPhysicalTableMap(const char* key, PhysicalTable&& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap.emplace(key, std::move(value)); return *this; } /** *Declares the physical tables that are available in the underlying data * sources.
*/ inline DataSet& AddPhysicalTableMap(const char* key, const PhysicalTable& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap.emplace(key, value); return *this; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline const Aws::MapConfigures the combination and transformation of the data from the physical * tables.
*/ inline bool LogicalTableMapHasBeenSet() const { return m_logicalTableMapHasBeenSet; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline void SetLogicalTableMap(const Aws::MapConfigures the combination and transformation of the data from the physical * tables.
*/ inline void SetLogicalTableMap(Aws::MapConfigures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& WithLogicalTableMap(const Aws::MapConfigures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& WithLogicalTableMap(Aws::MapConfigures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& AddLogicalTableMap(const Aws::String& key, const LogicalTable& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap.emplace(key, value); return *this; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& AddLogicalTableMap(Aws::String&& key, const LogicalTable& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap.emplace(std::move(key), value); return *this; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& AddLogicalTableMap(const Aws::String& key, LogicalTable&& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap.emplace(key, std::move(value)); return *this; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& AddLogicalTableMap(Aws::String&& key, LogicalTable&& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap.emplace(std::move(key), std::move(value)); return *this; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& AddLogicalTableMap(const char* key, LogicalTable&& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap.emplace(key, std::move(value)); return *this; } /** *Configures the combination and transformation of the data from the physical * tables.
*/ inline DataSet& AddLogicalTableMap(const char* key, const LogicalTable& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap.emplace(key, value); return *this; } /** *The list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline const Aws::VectorThe list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline bool OutputColumnsHasBeenSet() const { return m_outputColumnsHasBeenSet; } /** *The list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline void SetOutputColumns(const Aws::VectorThe list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline void SetOutputColumns(Aws::VectorThe list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline DataSet& WithOutputColumns(const Aws::VectorThe list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline DataSet& WithOutputColumns(Aws::VectorThe list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline DataSet& AddOutputColumns(const OutputColumn& value) { m_outputColumnsHasBeenSet = true; m_outputColumns.push_back(value); return *this; } /** *The list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.
*/ inline DataSet& AddOutputColumns(OutputColumn&& value) { m_outputColumnsHasBeenSet = true; m_outputColumns.push_back(std::move(value)); return *this; } /** *A value that indicates whether you want to import the data into SPICE.
*/ inline const DataSetImportMode& GetImportMode() const{ return m_importMode; } /** *A value that indicates whether you want to import the data into SPICE.
*/ inline bool ImportModeHasBeenSet() const { return m_importModeHasBeenSet; } /** *A value that indicates whether you want to import the data into SPICE.
*/ inline void SetImportMode(const DataSetImportMode& value) { m_importModeHasBeenSet = true; m_importMode = value; } /** *A value that indicates whether you want to import the data into SPICE.
*/ inline void SetImportMode(DataSetImportMode&& value) { m_importModeHasBeenSet = true; m_importMode = std::move(value); } /** *A value that indicates whether you want to import the data into SPICE.
*/ inline DataSet& WithImportMode(const DataSetImportMode& value) { SetImportMode(value); return *this;} /** *A value that indicates whether you want to import the data into SPICE.
*/ inline DataSet& WithImportMode(DataSetImportMode&& value) { SetImportMode(std::move(value)); return *this;} /** *The amount of SPICE capacity used by this dataset. This is 0 if the dataset * isn't imported into SPICE.
*/ inline long long GetConsumedSpiceCapacityInBytes() const{ return m_consumedSpiceCapacityInBytes; } /** *The amount of SPICE capacity used by this dataset. This is 0 if the dataset * isn't imported into SPICE.
*/ inline bool ConsumedSpiceCapacityInBytesHasBeenSet() const { return m_consumedSpiceCapacityInBytesHasBeenSet; } /** *The amount of SPICE capacity used by this dataset. This is 0 if the dataset * isn't imported into SPICE.
*/ inline void SetConsumedSpiceCapacityInBytes(long long value) { m_consumedSpiceCapacityInBytesHasBeenSet = true; m_consumedSpiceCapacityInBytes = value; } /** *The amount of SPICE capacity used by this dataset. This is 0 if the dataset * isn't imported into SPICE.
*/ inline DataSet& WithConsumedSpiceCapacityInBytes(long long value) { SetConsumedSpiceCapacityInBytes(value); return *this;} /** *Groupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline const Aws::VectorGroupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline bool ColumnGroupsHasBeenSet() const { return m_columnGroupsHasBeenSet; } /** *Groupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline void SetColumnGroups(const Aws::VectorGroupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline void SetColumnGroups(Aws::VectorGroupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline DataSet& WithColumnGroups(const Aws::VectorGroupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline DataSet& WithColumnGroups(Aws::VectorGroupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline DataSet& AddColumnGroups(const ColumnGroup& value) { m_columnGroupsHasBeenSet = true; m_columnGroups.push_back(value); return *this; } /** *Groupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.
*/ inline DataSet& AddColumnGroups(ColumnGroup&& value) { m_columnGroupsHasBeenSet = true; m_columnGroups.push_back(std::move(value)); return *this; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline const Aws::MapThe folder that contains fields and nested subfolders for your dataset.
*/ inline bool FieldFoldersHasBeenSet() const { return m_fieldFoldersHasBeenSet; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline void SetFieldFolders(const Aws::MapThe folder that contains fields and nested subfolders for your dataset.
*/ inline void SetFieldFolders(Aws::MapThe folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& WithFieldFolders(const Aws::MapThe folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& WithFieldFolders(Aws::MapThe folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& AddFieldFolders(const Aws::String& key, const FieldFolder& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders.emplace(key, value); return *this; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& AddFieldFolders(Aws::String&& key, const FieldFolder& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders.emplace(std::move(key), value); return *this; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& AddFieldFolders(const Aws::String& key, FieldFolder&& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders.emplace(key, std::move(value)); return *this; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& AddFieldFolders(Aws::String&& key, FieldFolder&& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders.emplace(std::move(key), std::move(value)); return *this; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& AddFieldFolders(const char* key, FieldFolder&& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders.emplace(key, std::move(value)); return *this; } /** *The folder that contains fields and nested subfolders for your dataset.
*/ inline DataSet& AddFieldFolders(const char* key, const FieldFolder& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders.emplace(key, value); return *this; } /** *The row-level security configuration for the dataset.
*/ inline const RowLevelPermissionDataSet& GetRowLevelPermissionDataSet() const{ return m_rowLevelPermissionDataSet; } /** *The row-level security configuration for the dataset.
*/ inline bool RowLevelPermissionDataSetHasBeenSet() const { return m_rowLevelPermissionDataSetHasBeenSet; } /** *The row-level security configuration for the dataset.
*/ inline void SetRowLevelPermissionDataSet(const RowLevelPermissionDataSet& value) { m_rowLevelPermissionDataSetHasBeenSet = true; m_rowLevelPermissionDataSet = value; } /** *The row-level security configuration for the dataset.
*/ inline void SetRowLevelPermissionDataSet(RowLevelPermissionDataSet&& value) { m_rowLevelPermissionDataSetHasBeenSet = true; m_rowLevelPermissionDataSet = std::move(value); } /** *The row-level security configuration for the dataset.
*/ inline DataSet& WithRowLevelPermissionDataSet(const RowLevelPermissionDataSet& value) { SetRowLevelPermissionDataSet(value); return *this;} /** *The row-level security configuration for the dataset.
*/ inline DataSet& WithRowLevelPermissionDataSet(RowLevelPermissionDataSet&& value) { SetRowLevelPermissionDataSet(std::move(value)); return *this;} /** *The element you can use to define tags for row-level security.
*/ inline const RowLevelPermissionTagConfiguration& GetRowLevelPermissionTagConfiguration() const{ return m_rowLevelPermissionTagConfiguration; } /** *The element you can use to define tags for row-level security.
*/ inline bool RowLevelPermissionTagConfigurationHasBeenSet() const { return m_rowLevelPermissionTagConfigurationHasBeenSet; } /** *The element you can use to define tags for row-level security.
*/ inline void SetRowLevelPermissionTagConfiguration(const RowLevelPermissionTagConfiguration& value) { m_rowLevelPermissionTagConfigurationHasBeenSet = true; m_rowLevelPermissionTagConfiguration = value; } /** *The element you can use to define tags for row-level security.
*/ inline void SetRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration&& value) { m_rowLevelPermissionTagConfigurationHasBeenSet = true; m_rowLevelPermissionTagConfiguration = std::move(value); } /** *The element you can use to define tags for row-level security.
*/ inline DataSet& WithRowLevelPermissionTagConfiguration(const RowLevelPermissionTagConfiguration& value) { SetRowLevelPermissionTagConfiguration(value); return *this;} /** *The element you can use to define tags for row-level security.
*/ inline DataSet& WithRowLevelPermissionTagConfiguration(RowLevelPermissionTagConfiguration&& value) { SetRowLevelPermissionTagConfiguration(std::move(value)); return *this;} /** *A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
A set of one or more definitions of a ColumnLevelPermissionRule
*
.
The usage configuration to apply to child datasets that reference this * dataset as a source.
*/ inline const DataSetUsageConfiguration& GetDataSetUsageConfiguration() const{ return m_dataSetUsageConfiguration; } /** *The usage configuration to apply to child datasets that reference this * dataset as a source.
*/ inline bool DataSetUsageConfigurationHasBeenSet() const { return m_dataSetUsageConfigurationHasBeenSet; } /** *The usage configuration to apply to child datasets that reference this * dataset as a source.
*/ inline void SetDataSetUsageConfiguration(const DataSetUsageConfiguration& value) { m_dataSetUsageConfigurationHasBeenSet = true; m_dataSetUsageConfiguration = value; } /** *The usage configuration to apply to child datasets that reference this * dataset as a source.
*/ inline void SetDataSetUsageConfiguration(DataSetUsageConfiguration&& value) { m_dataSetUsageConfigurationHasBeenSet = true; m_dataSetUsageConfiguration = std::move(value); } /** *The usage configuration to apply to child datasets that reference this * dataset as a source.
*/ inline DataSet& WithDataSetUsageConfiguration(const DataSetUsageConfiguration& value) { SetDataSetUsageConfiguration(value); return *this;} /** *The usage configuration to apply to child datasets that reference this * dataset as a source.
*/ inline DataSet& WithDataSetUsageConfiguration(DataSetUsageConfiguration&& value) { SetDataSetUsageConfiguration(std::move(value)); return *this;} /** *The parameters that are declared in a dataset.
*/ inline const Aws::VectorThe parameters that are declared in a dataset.
*/ inline bool DatasetParametersHasBeenSet() const { return m_datasetParametersHasBeenSet; } /** *The parameters that are declared in a dataset.
*/ inline void SetDatasetParameters(const Aws::VectorThe parameters that are declared in a dataset.
*/ inline void SetDatasetParameters(Aws::VectorThe parameters that are declared in a dataset.
*/ inline DataSet& WithDatasetParameters(const Aws::VectorThe parameters that are declared in a dataset.
*/ inline DataSet& WithDatasetParameters(Aws::VectorThe parameters that are declared in a dataset.
*/ inline DataSet& AddDatasetParameters(const DatasetParameter& value) { m_datasetParametersHasBeenSet = true; m_datasetParameters.push_back(value); return *this; } /** *The parameters that are declared in a dataset.
*/ inline DataSet& AddDatasetParameters(DatasetParameter&& value) { m_datasetParametersHasBeenSet = true; m_datasetParameters.push_back(std::move(value)); return *this; } private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_dataSetId; bool m_dataSetIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::Utils::DateTime m_createdTime; bool m_createdTimeHasBeenSet = false; Aws::Utils::DateTime m_lastUpdatedTime; bool m_lastUpdatedTimeHasBeenSet = false; Aws::Map