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>
23namespace SageMakerGeospatial {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
81 template <
typename DescriptionPageUrlT = Aws::String>
83 m_descriptionPageUrlHasBeenSet =
true;
84 m_descriptionPageUrl = std::forward<DescriptionPageUrlT>(value);
86 template <
typename DescriptionPageUrlT = Aws::String>
99 template <
typename NameT = Aws::String>
101 m_nameHasBeenSet =
true;
102 m_name = std::forward<NameT>(value);
104 template <
typename NameT = Aws::String>
106 SetName(std::forward<NameT>(value));
117 template <
typename SupportedFiltersT = Aws::Vector<Filter>>
119 m_supportedFiltersHasBeenSet =
true;
120 m_supportedFilters = std::forward<SupportedFiltersT>(value);
122 template <
typename SupportedFiltersT = Aws::Vector<Filter>>
127 template <
typename SupportedFiltersT = Filter>
129 m_supportedFiltersHasBeenSet =
true;
130 m_supportedFilters.emplace_back(std::forward<SupportedFiltersT>(value));
141 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
166 m_typeHasBeenSet =
true;
188 bool m_arnHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
190 bool m_descriptionPageUrlHasBeenSet =
false;
191 bool m_nameHasBeenSet =
false;
192 bool m_supportedFiltersHasBeenSet =
false;
193 bool m_tagsHasBeenSet =
false;
194 bool m_typeHasBeenSet =
false;
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