/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details about the export to Amazon S3 response.See Also:
AWS
* API Reference
The destination in Amazon S3 where the asset is exported.
*/ inline const Aws::VectorThe destination in Amazon S3 where the asset is exported.
*/ inline bool AssetDestinationsHasBeenSet() const { return m_assetDestinationsHasBeenSet; } /** *The destination in Amazon S3 where the asset is exported.
*/ inline void SetAssetDestinations(const Aws::VectorThe destination in Amazon S3 where the asset is exported.
*/ inline void SetAssetDestinations(Aws::VectorThe destination in Amazon S3 where the asset is exported.
*/ inline ExportAssetsToS3ResponseDetails& WithAssetDestinations(const Aws::VectorThe destination in Amazon S3 where the asset is exported.
*/ inline ExportAssetsToS3ResponseDetails& WithAssetDestinations(Aws::VectorThe destination in Amazon S3 where the asset is exported.
*/ inline ExportAssetsToS3ResponseDetails& AddAssetDestinations(const AssetDestinationEntry& value) { m_assetDestinationsHasBeenSet = true; m_assetDestinations.push_back(value); return *this; } /** *The destination in Amazon S3 where the asset is exported.
*/ inline ExportAssetsToS3ResponseDetails& AddAssetDestinations(AssetDestinationEntry&& value) { m_assetDestinationsHasBeenSet = true; m_assetDestinations.push_back(std::move(value)); return *this; } /** *The unique identifier for the data set associated with this export job.
*/ inline const Aws::String& GetDataSetId() const{ return m_dataSetId; } /** *The unique identifier for the data set associated with this export job.
*/ inline bool DataSetIdHasBeenSet() const { return m_dataSetIdHasBeenSet; } /** *The unique identifier for the data set associated with this export job.
*/ inline void SetDataSetId(const Aws::String& value) { m_dataSetIdHasBeenSet = true; m_dataSetId = value; } /** *The unique identifier for the data set associated with this export 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 export job.
*/ inline void SetDataSetId(const char* value) { m_dataSetIdHasBeenSet = true; m_dataSetId.assign(value); } /** *The unique identifier for the data set associated with this export job.
*/ inline ExportAssetsToS3ResponseDetails& WithDataSetId(const Aws::String& value) { SetDataSetId(value); return *this;} /** *The unique identifier for the data set associated with this export job.
*/ inline ExportAssetsToS3ResponseDetails& WithDataSetId(Aws::String&& value) { SetDataSetId(std::move(value)); return *this;} /** *The unique identifier for the data set associated with this export job.
*/ inline ExportAssetsToS3ResponseDetails& WithDataSetId(const char* value) { SetDataSetId(value); return *this;} /** *Encryption configuration of the export job.
*/ inline const ExportServerSideEncryption& GetEncryption() const{ return m_encryption; } /** *Encryption configuration of the export job.
*/ inline bool EncryptionHasBeenSet() const { return m_encryptionHasBeenSet; } /** *Encryption configuration of the export job.
*/ inline void SetEncryption(const ExportServerSideEncryption& value) { m_encryptionHasBeenSet = true; m_encryption = value; } /** *Encryption configuration of the export job.
*/ inline void SetEncryption(ExportServerSideEncryption&& value) { m_encryptionHasBeenSet = true; m_encryption = std::move(value); } /** *Encryption configuration of the export job.
*/ inline ExportAssetsToS3ResponseDetails& WithEncryption(const ExportServerSideEncryption& value) { SetEncryption(value); return *this;} /** *Encryption configuration of the export job.
*/ inline ExportAssetsToS3ResponseDetails& WithEncryption(ExportServerSideEncryption&& value) { SetEncryption(std::move(value)); return *this;} /** *The unique identifier for the revision associated with this export * response.
*/ inline const Aws::String& GetRevisionId() const{ return m_revisionId; } /** *The unique identifier for the revision associated with this export * response.
*/ inline bool RevisionIdHasBeenSet() const { return m_revisionIdHasBeenSet; } /** *The unique identifier for the revision associated with this export * response.
*/ inline void SetRevisionId(const Aws::String& value) { m_revisionIdHasBeenSet = true; m_revisionId = value; } /** *The unique identifier for the revision associated with this export * response.
*/ inline void SetRevisionId(Aws::String&& value) { m_revisionIdHasBeenSet = true; m_revisionId = std::move(value); } /** *The unique identifier for the revision associated with this export * response.
*/ inline void SetRevisionId(const char* value) { m_revisionIdHasBeenSet = true; m_revisionId.assign(value); } /** *The unique identifier for the revision associated with this export * response.
*/ inline ExportAssetsToS3ResponseDetails& WithRevisionId(const Aws::String& value) { SetRevisionId(value); return *this;} /** *The unique identifier for the revision associated with this export * response.
*/ inline ExportAssetsToS3ResponseDetails& WithRevisionId(Aws::String&& value) { SetRevisionId(std::move(value)); return *this;} /** *The unique identifier for the revision associated with this export * response.
*/ inline ExportAssetsToS3ResponseDetails& WithRevisionId(const char* value) { SetRevisionId(value); return *this;} private: Aws::Vector