7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/sagemaker-geospatial/model/DataCollectionType.h>
12#include <aws/sagemaker-geospatial/model/Filter.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace SageMakerGeospatial
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
66 template<
typename DescriptionPageUrlT = Aws::String>
67 void SetDescriptionPageUrl(DescriptionPageUrlT&& value) { m_descriptionPageUrlHasBeenSet =
true; m_descriptionPageUrl = std::forward<DescriptionPageUrlT>(value); }
68 template<
typename DescriptionPageUrlT = Aws::String>
77 template<
typename ImageSourceBandsT = Aws::Vector<Aws::String>>
78 void SetImageSourceBands(ImageSourceBandsT&& value) { m_imageSourceBandsHasBeenSet =
true; m_imageSourceBands = std::forward<ImageSourceBandsT>(value); }
79 template<
typename ImageSourceBandsT = Aws::Vector<Aws::String>>
81 template<
typename ImageSourceBandsT = Aws::String>
90 template<
typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
92 template<
typename NameT = Aws::String>
101 template<
typename SupportedFiltersT = Aws::Vector<Filter>>
102 void SetSupportedFilters(SupportedFiltersT&& value) { m_supportedFiltersHasBeenSet =
true; m_supportedFilters = std::forward<SupportedFiltersT>(value); }
103 template<
typename SupportedFiltersT = Aws::Vector<Filter>>
105 template<
typename SupportedFiltersT = Filter>
114 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
116 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
120 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
136 template<
typename RequestIdT = Aws::String>
137 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
138 template<
typename RequestIdT = Aws::String>
144 bool m_arnHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_descriptionPageUrlHasBeenSet =
false;
153 bool m_imageSourceBandsHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
159 bool m_supportedFiltersHasBeenSet =
false;
162 bool m_tagsHasBeenSet =
false;
165 bool m_typeHasBeenSet =
false;
168 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKERGEOSPATIAL_API GetRasterDataCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
const Aws::Vector< Aws::String > & GetImageSourceBands() const
void SetImageSourceBands(ImageSourceBandsT &&value)
GetRasterDataCollectionResult & AddImageSourceBands(ImageSourceBandsT &&value)
AWS_SAGEMAKERGEOSPATIAL_API GetRasterDataCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
GetRasterDataCollectionResult & WithType(DataCollectionType value)
GetRasterDataCollectionResult & WithRequestId(RequestIdT &&value)
GetRasterDataCollectionResult & WithName(NameT &&value)
const Aws::Vector< Filter > & GetSupportedFilters() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetDescriptionPageUrl(DescriptionPageUrlT &&value)
GetRasterDataCollectionResult & WithSupportedFilters(SupportedFiltersT &&value)
GetRasterDataCollectionResult & WithDescriptionPageUrl(DescriptionPageUrlT &&value)
AWS_SAGEMAKERGEOSPATIAL_API GetRasterDataCollectionResult()=default
GetRasterDataCollectionResult & AddSupportedFilters(SupportedFiltersT &&value)
void SetName(NameT &&value)
DataCollectionType GetType() const
GetRasterDataCollectionResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescriptionPageUrl() const
void SetSupportedFilters(SupportedFiltersT &&value)
const Aws::String & GetArn() const
GetRasterDataCollectionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetRasterDataCollectionResult & WithArn(ArnT &&value)
GetRasterDataCollectionResult & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
void SetType(DataCollectionType value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetRasterDataCollectionResult & WithImageSourceBands(ImageSourceBandsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue