/** * 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 { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace SageMakerGeospatial { namespace Model { /** *

Response object containing details for a specific * RasterDataCollection.

See Also:

AWS * API Reference

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

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 bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *

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

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

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

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

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

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

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

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

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

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

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

*/ inline RasterDataCollectionMetadata& 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 bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *

A description of the raster data collection.

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

A description of the raster data collection.

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

A description of the raster data collection.

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

A description of the raster data collection.

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

A description of the raster data collection.

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

A description of the raster data collection.

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

The description URL of the raster data collection.

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

The description URL of the raster data collection.

*/ inline bool DescriptionPageUrlHasBeenSet() const { return m_descriptionPageUrlHasBeenSet; } /** *

The description URL of the raster data collection.

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

The description URL of the raster data collection.

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

The description URL of the raster data collection.

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

The description URL of the raster data collection.

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

The description URL of the raster data collection.

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

The description URL of the raster data collection.

*/ inline RasterDataCollectionMetadata& WithDescriptionPageUrl(const char* value) { SetDescriptionPageUrl(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 bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *

The name of the raster data collection.

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

The name of the raster data collection.

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

The name of the raster data collection.

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

The name of the raster data collection.

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

The name of the raster data collection.

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

The name of the raster data collection.

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

The list of filters supported by the raster data collection.

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

The list of filters supported by the raster data collection.

*/ inline bool SupportedFiltersHasBeenSet() const { return m_supportedFiltersHasBeenSet; } /** *

The list of filters supported by the raster data collection.

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

The list of filters supported by the raster data collection.

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

The list of filters supported by the raster data collection.

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

The list of filters supported by the raster data collection.

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

The list of filters supported by the raster data collection.

*/ inline RasterDataCollectionMetadata& AddSupportedFilters(const Filter& value) { m_supportedFiltersHasBeenSet = true; m_supportedFilters.push_back(value); return *this; } /** *

The list of filters supported by the raster data collection.

*/ inline RasterDataCollectionMetadata& AddSupportedFilters(Filter&& value) { m_supportedFiltersHasBeenSet = true; 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 bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

Each tag consists of a key and a value.

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

The type of raster data collection.

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

The type of raster data collection.

*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *

The type of raster data collection.

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

The type of raster data collection.

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

The type of raster data collection.

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

The type of raster data collection.

*/ inline RasterDataCollectionMetadata& WithType(DataCollectionType&& value) { SetType(std::move(value)); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::String m_descriptionPageUrl; bool m_descriptionPageUrlHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::Vector m_supportedFilters; bool m_supportedFiltersHasBeenSet = false; Aws::Map m_tags; bool m_tagsHasBeenSet = false; DataCollectionType m_type; bool m_typeHasBeenSet = false; }; } // namespace Model } // namespace SageMakerGeospatial } // namespace Aws