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/TimeRangeFilterOutput.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 RasterDataCollectionNameT = Aws::String>
87 void SetRasterDataCollectionName(RasterDataCollectionNameT&& value) { m_rasterDataCollectionNameHasBeenSet =
true; m_rasterDataCollectionName = std::forward<RasterDataCollectionNameT>(value); }
88 template<
typename RasterDataCollectionNameT = Aws::String>
98 template<
typename TimeRangeFilterT = TimeRangeFilterOutput>
99 void SetTimeRangeFilter(TimeRangeFilterT&& value) { m_timeRangeFilterHasBeenSet =
true; m_timeRangeFilter = std::forward<TimeRangeFilterT>(value); }
100 template<
typename TimeRangeFilterT = TimeRangeFilterOutput>
106 bool m_areaOfInterestHasBeenSet =
false;
109 bool m_propertyFiltersHasBeenSet =
false;
112 bool m_rasterDataCollectionArnHasBeenSet =
false;
115 bool m_rasterDataCollectionNameHasBeenSet =
false;
118 bool m_timeRangeFilterHasBeenSet =
false;
const AreaOfInterest & GetAreaOfInterest() const
bool PropertyFiltersHasBeenSet() const
const Aws::String & GetRasterDataCollectionArn() const
void SetPropertyFilters(PropertyFiltersT &&value)
void SetTimeRangeFilter(TimeRangeFilterT &&value)
RasterDataCollectionQueryOutput & WithRasterDataCollectionArn(RasterDataCollectionArnT &&value)
void SetAreaOfInterest(AreaOfInterestT &&value)
AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput(Aws::Utils::Json::JsonView jsonValue)
const PropertyFilters & GetPropertyFilters() const
void SetRasterDataCollectionArn(RasterDataCollectionArnT &&value)
RasterDataCollectionQueryOutput & WithAreaOfInterest(AreaOfInterestT &&value)
bool RasterDataCollectionNameHasBeenSet() const
const Aws::String & GetRasterDataCollectionName() const
AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput()=default
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RasterDataCollectionArnHasBeenSet() const
RasterDataCollectionQueryOutput & WithTimeRangeFilter(TimeRangeFilterT &&value)
const TimeRangeFilterOutput & GetTimeRangeFilter() const
bool TimeRangeFilterHasBeenSet() const
RasterDataCollectionQueryOutput & WithRasterDataCollectionName(RasterDataCollectionNameT &&value)
RasterDataCollectionQueryOutput & WithPropertyFilters(PropertyFiltersT &&value)
void SetRasterDataCollectionName(RasterDataCollectionNameT &&value)
bool AreaOfInterestHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue