7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
9#include <aws/sagemaker-geospatial/model/AreaOfInterest.h>
10#include <aws/sagemaker-geospatial/model/PropertyFilters.h>
11#include <aws/sagemaker-geospatial/model/TimeRangeFilterInput.h>
22namespace SageMakerGeospatial {
44 template <
typename AreaOfInterestT = AreaOfInterest>
46 m_areaOfInterestHasBeenSet =
true;
47 m_areaOfInterest = std::forward<AreaOfInterestT>(value);
49 template <
typename AreaOfInterestT = AreaOfInterest>
62 template <
typename PropertyFiltersT = PropertyFilters>
64 m_propertyFiltersHasBeenSet =
true;
65 m_propertyFilters = std::forward<PropertyFiltersT>(value);
67 template <
typename PropertyFiltersT = PropertyFilters>
80 template <
typename RasterDataCollectionArnT = Aws::String>
82 m_rasterDataCollectionArnHasBeenSet =
true;
83 m_rasterDataCollectionArn = std::forward<RasterDataCollectionArnT>(value);
85 template <
typename RasterDataCollectionArnT = Aws::String>
98 template <
typename TimeRangeFilterT = TimeRangeFilterInput>
100 m_timeRangeFilterHasBeenSet =
true;
101 m_timeRangeFilter = std::forward<TimeRangeFilterT>(value);
103 template <
typename TimeRangeFilterT = TimeRangeFilterInput>
117 bool m_areaOfInterestHasBeenSet =
false;
118 bool m_propertyFiltersHasBeenSet =
false;
119 bool m_rasterDataCollectionArnHasBeenSet =
false;
120 bool m_timeRangeFilterHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue