7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
12#include <aws/sagemaker-geospatial/model/DataCollectionType.h>
13#include <aws/sagemaker-geospatial/model/Filter.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace SageMakerGeospatial {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
74 template <
typename DescriptionPageUrlT = Aws::String>
76 m_descriptionPageUrlHasBeenSet =
true;
77 m_descriptionPageUrl = std::forward<DescriptionPageUrlT>(value);
79 template <
typename DescriptionPageUrlT = Aws::String>
91 template <
typename ImageSourceBandsT = Aws::Vector<Aws::String>>
93 m_imageSourceBandsHasBeenSet =
true;
94 m_imageSourceBands = std::forward<ImageSourceBandsT>(value);
96 template <
typename ImageSourceBandsT = Aws::Vector<Aws::String>>
101 template <
typename ImageSourceBandsT = Aws::String>
103 m_imageSourceBandsHasBeenSet =
true;
104 m_imageSourceBands.emplace_back(std::forward<ImageSourceBandsT>(value));
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
131 template <
typename SupportedFiltersT = Aws::Vector<Filter>>
133 m_supportedFiltersHasBeenSet =
true;
134 m_supportedFilters = std::forward<SupportedFiltersT>(value);
136 template <
typename SupportedFiltersT = Aws::Vector<Filter>>
141 template <
typename SupportedFiltersT = Filter>
143 m_supportedFiltersHasBeenSet =
true;
144 m_supportedFilters.emplace_back(std::forward<SupportedFiltersT>(value));
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 m_tagsHasBeenSet =
true;
157 m_tags = std::forward<TagsT>(value);
159 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
161 SetTags(std::forward<TagsT>(value));
164 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
166 m_tagsHasBeenSet =
true;
167 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
178 m_typeHasBeenSet =
true;
190 template <
typename RequestIdT = Aws::String>
192 m_requestIdHasBeenSet =
true;
193 m_requestId = std::forward<RequestIdT>(value);
195 template <
typename RequestIdT = Aws::String>
222 bool m_arnHasBeenSet =
false;
223 bool m_descriptionHasBeenSet =
false;
224 bool m_descriptionPageUrlHasBeenSet =
false;
225 bool m_imageSourceBandsHasBeenSet =
false;
226 bool m_nameHasBeenSet =
false;
227 bool m_supportedFiltersHasBeenSet =
false;
228 bool m_tagsHasBeenSet =
false;
229 bool m_typeHasBeenSet =
false;
230 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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