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>
25namespace SageMakerGeospatial
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
75 template<
typename DescriptionPageUrlT = Aws::String>
76 void SetDescriptionPageUrl(DescriptionPageUrlT&& value) { m_descriptionPageUrlHasBeenSet =
true; m_descriptionPageUrl = std::forward<DescriptionPageUrlT>(value); }
77 template<
typename DescriptionPageUrlT = Aws::String>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
99 template<
typename SupportedFiltersT = Aws::Vector<Filter>>
100 void SetSupportedFilters(SupportedFiltersT&& value) { m_supportedFiltersHasBeenSet =
true; m_supportedFilters = std::forward<SupportedFiltersT>(value); }
101 template<
typename SupportedFiltersT = Aws::Vector<Filter>>
103 template<
typename SupportedFiltersT = Filter>
113 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
115 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
117 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
119 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
135 bool m_arnHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
141 bool m_descriptionPageUrlHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
147 bool m_supportedFiltersHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
153 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