7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
11#include <aws/sagemaker-geospatial/model/DataCollectionType.h>
12#include <aws/sagemaker-geospatial/model/Filter.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace SageMakerGeospatial {
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
73 template <
typename DescriptionPageUrlT = Aws::String>
75 m_descriptionPageUrlHasBeenSet =
true;
76 m_descriptionPageUrl = std::forward<DescriptionPageUrlT>(value);
78 template <
typename DescriptionPageUrlT = Aws::String>
90 template <
typename ImageSourceBandsT = Aws::Vector<Aws::String>>
92 m_imageSourceBandsHasBeenSet =
true;
93 m_imageSourceBands = std::forward<ImageSourceBandsT>(value);
95 template <
typename ImageSourceBandsT = Aws::Vector<Aws::String>>
100 template <
typename ImageSourceBandsT = Aws::String>
102 m_imageSourceBandsHasBeenSet =
true;
103 m_imageSourceBands.emplace_back(std::forward<ImageSourceBandsT>(value));
113 template <
typename NameT = Aws::String>
115 m_nameHasBeenSet =
true;
116 m_name = std::forward<NameT>(value);
118 template <
typename NameT = Aws::String>
120 SetName(std::forward<NameT>(value));
130 template <
typename SupportedFiltersT = Aws::Vector<Filter>>
132 m_supportedFiltersHasBeenSet =
true;
133 m_supportedFilters = std::forward<SupportedFiltersT>(value);
135 template <
typename SupportedFiltersT = Aws::Vector<Filter>>
140 template <
typename SupportedFiltersT = Filter>
142 m_supportedFiltersHasBeenSet =
true;
143 m_supportedFilters.emplace_back(std::forward<SupportedFiltersT>(value));
153 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 m_tagsHasBeenSet =
true;
156 m_tags = std::forward<TagsT>(value);
158 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
160 SetTags(std::forward<TagsT>(value));
163 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
165 m_tagsHasBeenSet =
true;
166 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
177 m_typeHasBeenSet =
true;
189 template <
typename RequestIdT = Aws::String>
191 m_requestIdHasBeenSet =
true;
192 m_requestId = std::forward<RequestIdT>(value);
194 template <
typename RequestIdT = Aws::String>
218 bool m_arnHasBeenSet =
false;
219 bool m_descriptionHasBeenSet =
false;
220 bool m_descriptionPageUrlHasBeenSet =
false;
221 bool m_imageSourceBandsHasBeenSet =
false;
222 bool m_nameHasBeenSet =
false;
223 bool m_supportedFiltersHasBeenSet =
false;
224 bool m_tagsHasBeenSet =
false;
225 bool m_typeHasBeenSet =
false;
226 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