/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details from an import from Amazon Redshift datashare response.See
* Also:
AWS
* API Reference
A list of Amazon Redshift datashare asset sources.
*/ inline const Aws::VectorA list of Amazon Redshift datashare asset sources.
*/ inline bool AssetSourcesHasBeenSet() const { return m_assetSourcesHasBeenSet; } /** *A list of Amazon Redshift datashare asset sources.
*/ inline void SetAssetSources(const Aws::VectorA list of Amazon Redshift datashare asset sources.
*/ inline void SetAssetSources(Aws::VectorA list of Amazon Redshift datashare asset sources.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithAssetSources(const Aws::VectorA list of Amazon Redshift datashare asset sources.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithAssetSources(Aws::VectorA list of Amazon Redshift datashare asset sources.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& AddAssetSources(const RedshiftDataShareAssetSourceEntry& value) { m_assetSourcesHasBeenSet = true; m_assetSources.push_back(value); return *this; } /** *A list of Amazon Redshift datashare asset sources.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& AddAssetSources(RedshiftDataShareAssetSourceEntry&& value) { m_assetSourcesHasBeenSet = true; m_assetSources.push_back(std::move(value)); return *this; } /** *The unique identifier for the data set associated with this import job.
*/ inline const Aws::String& GetDataSetId() const{ return m_dataSetId; } /** *The unique identifier for the data set associated with this import job.
*/ inline bool DataSetIdHasBeenSet() const { return m_dataSetIdHasBeenSet; } /** *The unique identifier for the data set associated with this import job.
*/ inline void SetDataSetId(const Aws::String& value) { m_dataSetIdHasBeenSet = true; m_dataSetId = value; } /** *The unique identifier for the data set associated with this import job.
*/ inline void SetDataSetId(Aws::String&& value) { m_dataSetIdHasBeenSet = true; m_dataSetId = std::move(value); } /** *The unique identifier for the data set associated with this import job.
*/ inline void SetDataSetId(const char* value) { m_dataSetIdHasBeenSet = true; m_dataSetId.assign(value); } /** *The unique identifier for the data set associated with this import job.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithDataSetId(const Aws::String& value) { SetDataSetId(value); return *this;} /** *The unique identifier for the data set associated with this import job.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithDataSetId(Aws::String&& value) { SetDataSetId(std::move(value)); return *this;} /** *The unique identifier for the data set associated with this import job.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithDataSetId(const char* value) { SetDataSetId(value); return *this;} /** *The unique identifier for the revision associated with this import job.
*/ inline const Aws::String& GetRevisionId() const{ return m_revisionId; } /** *The unique identifier for the revision associated with this import job.
*/ inline bool RevisionIdHasBeenSet() const { return m_revisionIdHasBeenSet; } /** *The unique identifier for the revision associated with this import job.
*/ inline void SetRevisionId(const Aws::String& value) { m_revisionIdHasBeenSet = true; m_revisionId = value; } /** *The unique identifier for the revision associated with this import job.
*/ inline void SetRevisionId(Aws::String&& value) { m_revisionIdHasBeenSet = true; m_revisionId = std::move(value); } /** *The unique identifier for the revision associated with this import job.
*/ inline void SetRevisionId(const char* value) { m_revisionIdHasBeenSet = true; m_revisionId.assign(value); } /** *The unique identifier for the revision associated with this import job.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithRevisionId(const Aws::String& value) { SetRevisionId(value); return *this;} /** *The unique identifier for the revision associated with this import job.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithRevisionId(Aws::String&& value) { SetRevisionId(std::move(value)); return *this;} /** *The unique identifier for the revision associated with this import job.
*/ inline ImportAssetsFromRedshiftDataSharesResponseDetails& WithRevisionId(const char* value) { SetRevisionId(value); return *this;} private: Aws::Vector