/** * 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 namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace SageMakerGeospatial { namespace Model { class GetRasterDataCollectionResult { public: AWS_SAGEMAKERGEOSPATIAL_API GetRasterDataCollectionResult(); AWS_SAGEMAKERGEOSPATIAL_API GetRasterDataCollectionResult(const Aws::AmazonWebServiceResult& result); AWS_SAGEMAKERGEOSPATIAL_API GetRasterDataCollectionResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline void SetArn(const Aws::String& value) { m_arn = value; } /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline void SetArn(Aws::String&& value) { m_arn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline void SetArn(const char* value) { m_arn.assign(value); } /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithArn(const char* value) { SetArn(value); return *this;} /** *

A description of the raster data collection.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

A description of the raster data collection.

*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *

A description of the raster data collection.

*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *

A description of the raster data collection.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

A description of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

A description of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

A description of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

The URL of the description page.

*/ inline const Aws::String& GetDescriptionPageUrl() const{ return m_descriptionPageUrl; } /** *

The URL of the description page.

*/ inline void SetDescriptionPageUrl(const Aws::String& value) { m_descriptionPageUrl = value; } /** *

The URL of the description page.

*/ inline void SetDescriptionPageUrl(Aws::String&& value) { m_descriptionPageUrl = std::move(value); } /** *

The URL of the description page.

*/ inline void SetDescriptionPageUrl(const char* value) { m_descriptionPageUrl.assign(value); } /** *

The URL of the description page.

*/ inline GetRasterDataCollectionResult& WithDescriptionPageUrl(const Aws::String& value) { SetDescriptionPageUrl(value); return *this;} /** *

The URL of the description page.

*/ inline GetRasterDataCollectionResult& WithDescriptionPageUrl(Aws::String&& value) { SetDescriptionPageUrl(std::move(value)); return *this;} /** *

The URL of the description page.

*/ inline GetRasterDataCollectionResult& WithDescriptionPageUrl(const char* value) { SetDescriptionPageUrl(value); return *this;} /** *

The list of image source bands in the raster data collection.

*/ inline const Aws::Vector& GetImageSourceBands() const{ return m_imageSourceBands; } /** *

The list of image source bands in the raster data collection.

*/ inline void SetImageSourceBands(const Aws::Vector& value) { m_imageSourceBands = value; } /** *

The list of image source bands in the raster data collection.

*/ inline void SetImageSourceBands(Aws::Vector&& value) { m_imageSourceBands = std::move(value); } /** *

The list of image source bands in the raster data collection.

*/ inline GetRasterDataCollectionResult& WithImageSourceBands(const Aws::Vector& value) { SetImageSourceBands(value); return *this;} /** *

The list of image source bands in the raster data collection.

*/ inline GetRasterDataCollectionResult& WithImageSourceBands(Aws::Vector&& value) { SetImageSourceBands(std::move(value)); return *this;} /** *

The list of image source bands in the raster data collection.

*/ inline GetRasterDataCollectionResult& AddImageSourceBands(const Aws::String& value) { m_imageSourceBands.push_back(value); return *this; } /** *

The list of image source bands in the raster data collection.

*/ inline GetRasterDataCollectionResult& AddImageSourceBands(Aws::String&& value) { m_imageSourceBands.push_back(std::move(value)); return *this; } /** *

The list of image source bands in the raster data collection.

*/ inline GetRasterDataCollectionResult& AddImageSourceBands(const char* value) { m_imageSourceBands.push_back(value); return *this; } /** *

The name of the raster data collection.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the raster data collection.

*/ inline void SetName(const Aws::String& value) { m_name = value; } /** *

The name of the raster data collection.

*/ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** *

The name of the raster data collection.

*/ inline void SetName(const char* value) { m_name.assign(value); } /** *

The name of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the raster data collection.

*/ inline GetRasterDataCollectionResult& WithName(const char* value) { SetName(value); return *this;} /** *

The filters supported by the raster data collection.

*/ inline const Aws::Vector& GetSupportedFilters() const{ return m_supportedFilters; } /** *

The filters supported by the raster data collection.

*/ inline void SetSupportedFilters(const Aws::Vector& value) { m_supportedFilters = value; } /** *

The filters supported by the raster data collection.

*/ inline void SetSupportedFilters(Aws::Vector&& value) { m_supportedFilters = std::move(value); } /** *

The filters supported by the raster data collection.

*/ inline GetRasterDataCollectionResult& WithSupportedFilters(const Aws::Vector& value) { SetSupportedFilters(value); return *this;} /** *

The filters supported by the raster data collection.

*/ inline GetRasterDataCollectionResult& WithSupportedFilters(Aws::Vector&& value) { SetSupportedFilters(std::move(value)); return *this;} /** *

The filters supported by the raster data collection.

*/ inline GetRasterDataCollectionResult& AddSupportedFilters(const Filter& value) { m_supportedFilters.push_back(value); return *this; } /** *

The filters supported by the raster data collection.

*/ inline GetRasterDataCollectionResult& AddSupportedFilters(Filter&& value) { m_supportedFilters.push_back(std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline const Aws::Map& GetTags() const{ return m_tags; } /** *

Each tag consists of a key and a value.

*/ inline void SetTags(const Aws::Map& value) { m_tags = value; } /** *

Each tag consists of a key and a value.

*/ inline void SetTags(Aws::Map&& value) { m_tags = std::move(value); } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& WithTags(const Aws::Map& value) { SetTags(value); return *this;} /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& WithTags(Aws::Map&& value) { SetTags(std::move(value)); return *this;} /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; } /** *

Each tag consists of a key and a value.

*/ inline GetRasterDataCollectionResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; } /** *

The raster data collection type.

*/ inline const DataCollectionType& GetType() const{ return m_type; } /** *

The raster data collection type.

*/ inline void SetType(const DataCollectionType& value) { m_type = value; } /** *

The raster data collection type.

*/ inline void SetType(DataCollectionType&& value) { m_type = std::move(value); } /** *

The raster data collection type.

*/ inline GetRasterDataCollectionResult& WithType(const DataCollectionType& value) { SetType(value); return *this;} /** *

The raster data collection type.

*/ inline GetRasterDataCollectionResult& WithType(DataCollectionType&& value) { SetType(std::move(value)); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline GetRasterDataCollectionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetRasterDataCollectionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetRasterDataCollectionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_arn; Aws::String m_description; Aws::String m_descriptionPageUrl; Aws::Vector m_imageSourceBands; Aws::String m_name; Aws::Vector m_supportedFilters; Aws::Map m_tags; DataCollectionType m_type; Aws::String m_requestId; }; } // namespace Model } // namespace SageMakerGeospatial } // namespace Aws