/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace QuickSight { namespace Model { /** *

Dataset.

See Also:

AWS * API Reference

*/ class DataSet { public: AWS_QUICKSIGHT_API DataSet(); AWS_QUICKSIGHT_API DataSet(Aws::Utils::Json::JsonView jsonValue); AWS_QUICKSIGHT_API DataSet& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

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::Map& GetPhysicalTableMap() const{ return m_physicalTableMap; } /** *

Declares 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::Map& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap = value; } /** *

Declares the physical tables that are available in the underlying data * sources.

*/ inline void SetPhysicalTableMap(Aws::Map&& value) { m_physicalTableMapHasBeenSet = true; m_physicalTableMap = std::move(value); } /** *

Declares the physical tables that are available in the underlying data * sources.

*/ inline DataSet& WithPhysicalTableMap(const Aws::Map& value) { SetPhysicalTableMap(value); return *this;} /** *

Declares the physical tables that are available in the underlying data * sources.

*/ inline DataSet& WithPhysicalTableMap(Aws::Map&& value) { SetPhysicalTableMap(std::move(value)); return *this;} /** *

Declares 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::Map& GetLogicalTableMap() const{ return m_logicalTableMap; } /** *

Configures 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::Map& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap = value; } /** *

Configures the combination and transformation of the data from the physical * tables.

*/ inline void SetLogicalTableMap(Aws::Map&& value) { m_logicalTableMapHasBeenSet = true; m_logicalTableMap = std::move(value); } /** *

Configures the combination and transformation of the data from the physical * tables.

*/ inline DataSet& WithLogicalTableMap(const Aws::Map& value) { SetLogicalTableMap(value); return *this;} /** *

Configures the combination and transformation of the data from the physical * tables.

*/ inline DataSet& WithLogicalTableMap(Aws::Map&& value) { SetLogicalTableMap(std::move(value)); return *this;} /** *

Configures 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::Vector& GetOutputColumns() const{ return m_outputColumns; } /** *

The 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::Vector& value) { m_outputColumnsHasBeenSet = true; m_outputColumns = value; } /** *

The list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.

*/ inline void SetOutputColumns(Aws::Vector&& value) { m_outputColumnsHasBeenSet = true; m_outputColumns = std::move(value); } /** *

The list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.

*/ inline DataSet& WithOutputColumns(const Aws::Vector& value) { SetOutputColumns(value); return *this;} /** *

The list of columns after all transforms. These columns are available in * templates, analyses, and dashboards.

*/ inline DataSet& WithOutputColumns(Aws::Vector&& value) { SetOutputColumns(std::move(value)); return *this;} /** *

The 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::Vector& GetColumnGroups() const{ return m_columnGroups; } /** *

Groupings 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::Vector& value) { m_columnGroupsHasBeenSet = true; m_columnGroups = value; } /** *

Groupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.

*/ inline void SetColumnGroups(Aws::Vector&& value) { m_columnGroupsHasBeenSet = true; m_columnGroups = std::move(value); } /** *

Groupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.

*/ inline DataSet& WithColumnGroups(const Aws::Vector& value) { SetColumnGroups(value); return *this;} /** *

Groupings of columns that work together in certain Amazon QuickSight * features. Currently, only geospatial hierarchy is supported.

*/ inline DataSet& WithColumnGroups(Aws::Vector&& value) { SetColumnGroups(std::move(value)); return *this;} /** *

Groupings 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::Map& GetFieldFolders() const{ return m_fieldFolders; } /** *

The 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::Map& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders = value; } /** *

The folder that contains fields and nested subfolders for your dataset.

*/ inline void SetFieldFolders(Aws::Map&& value) { m_fieldFoldersHasBeenSet = true; m_fieldFolders = std::move(value); } /** *

The folder that contains fields and nested subfolders for your dataset.

*/ inline DataSet& WithFieldFolders(const Aws::Map& value) { SetFieldFolders(value); return *this;} /** *

The folder that contains fields and nested subfolders for your dataset.

*/ inline DataSet& WithFieldFolders(Aws::Map&& value) { SetFieldFolders(std::move(value)); return *this;} /** *

The 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 * .

*/ inline const Aws::Vector& GetColumnLevelPermissionRules() const{ return m_columnLevelPermissionRules; } /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline bool ColumnLevelPermissionRulesHasBeenSet() const { return m_columnLevelPermissionRulesHasBeenSet; } /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline void SetColumnLevelPermissionRules(const Aws::Vector& value) { m_columnLevelPermissionRulesHasBeenSet = true; m_columnLevelPermissionRules = value; } /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline void SetColumnLevelPermissionRules(Aws::Vector&& value) { m_columnLevelPermissionRulesHasBeenSet = true; m_columnLevelPermissionRules = std::move(value); } /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline DataSet& WithColumnLevelPermissionRules(const Aws::Vector& value) { SetColumnLevelPermissionRules(value); return *this;} /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline DataSet& WithColumnLevelPermissionRules(Aws::Vector&& value) { SetColumnLevelPermissionRules(std::move(value)); return *this;} /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline DataSet& AddColumnLevelPermissionRules(const ColumnLevelPermissionRule& value) { m_columnLevelPermissionRulesHasBeenSet = true; m_columnLevelPermissionRules.push_back(value); return *this; } /** *

A set of one or more definitions of a ColumnLevelPermissionRule * .

*/ inline DataSet& AddColumnLevelPermissionRules(ColumnLevelPermissionRule&& value) { m_columnLevelPermissionRulesHasBeenSet = true; m_columnLevelPermissionRules.push_back(std::move(value)); return *this; } /** *

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::Vector& GetDatasetParameters() const{ return m_datasetParameters; } /** *

The 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::Vector& value) { m_datasetParametersHasBeenSet = true; m_datasetParameters = value; } /** *

The parameters that are declared in a dataset.

*/ inline void SetDatasetParameters(Aws::Vector&& value) { m_datasetParametersHasBeenSet = true; m_datasetParameters = std::move(value); } /** *

The parameters that are declared in a dataset.

*/ inline DataSet& WithDatasetParameters(const Aws::Vector& value) { SetDatasetParameters(value); return *this;} /** *

The parameters that are declared in a dataset.

*/ inline DataSet& WithDatasetParameters(Aws::Vector&& value) { SetDatasetParameters(std::move(value)); return *this;} /** *

The 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 m_physicalTableMap; bool m_physicalTableMapHasBeenSet = false; Aws::Map m_logicalTableMap; bool m_logicalTableMapHasBeenSet = false; Aws::Vector m_outputColumns; bool m_outputColumnsHasBeenSet = false; DataSetImportMode m_importMode; bool m_importModeHasBeenSet = false; long long m_consumedSpiceCapacityInBytes; bool m_consumedSpiceCapacityInBytesHasBeenSet = false; Aws::Vector m_columnGroups; bool m_columnGroupsHasBeenSet = false; Aws::Map m_fieldFolders; bool m_fieldFoldersHasBeenSet = false; RowLevelPermissionDataSet m_rowLevelPermissionDataSet; bool m_rowLevelPermissionDataSetHasBeenSet = false; RowLevelPermissionTagConfiguration m_rowLevelPermissionTagConfiguration; bool m_rowLevelPermissionTagConfigurationHasBeenSet = false; Aws::Vector m_columnLevelPermissionRules; bool m_columnLevelPermissionRulesHasBeenSet = false; DataSetUsageConfiguration m_dataSetUsageConfiguration; bool m_dataSetUsageConfigurationHasBeenSet = false; Aws::Vector m_datasetParameters; bool m_datasetParametersHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws