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
52 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
53 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
67 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
81 inline void SetDescriptionPageUrl(
const char* value) { m_descriptionPageUrlHasBeenSet =
true; m_descriptionPageUrl.assign(value); }
95 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
148 bool m_arnHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
154 bool m_descriptionPageUrlHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_supportedFiltersHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
166 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