7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/AreaOfInterest.h>
9#include <aws/sagemaker-geospatial/model/PropertyFilters.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker-geospatial/model/TimeRangeFilterInput.h>
24namespace SageMakerGeospatial
50 template<
typename AreaOfInterestT = AreaOfInterest>
51 void SetAreaOfInterest(AreaOfInterestT&& value) { m_areaOfInterestHasBeenSet =
true; m_areaOfInterest = std::forward<AreaOfInterestT>(value); }
52 template<
typename AreaOfInterestT = AreaOfInterest>
62 template<
typename PropertyFiltersT = PropertyFilters>
63 void SetPropertyFilters(PropertyFiltersT&& value) { m_propertyFiltersHasBeenSet =
true; m_propertyFilters = std::forward<PropertyFiltersT>(value); }
64 template<
typename PropertyFiltersT = PropertyFilters>
74 template<
typename RasterDataCollectionArnT = Aws::String>
75 void SetRasterDataCollectionArn(RasterDataCollectionArnT&& value) { m_rasterDataCollectionArnHasBeenSet =
true; m_rasterDataCollectionArn = std::forward<RasterDataCollectionArnT>(value); }
76 template<
typename RasterDataCollectionArnT = Aws::String>
86 template<
typename TimeRangeFilterT = TimeRangeFilterInput>
87 void SetTimeRangeFilter(TimeRangeFilterT&& value) { m_timeRangeFilterHasBeenSet =
true; m_timeRangeFilter = std::forward<TimeRangeFilterT>(value); }
88 template<
typename TimeRangeFilterT = TimeRangeFilterInput>
94 bool m_areaOfInterestHasBeenSet =
false;
97 bool m_propertyFiltersHasBeenSet =
false;
100 bool m_rasterDataCollectionArnHasBeenSet =
false;
103 bool m_timeRangeFilterHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue