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/TimeRangeFilterOutput.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 RasterDataCollectionNameT = Aws::String>
100 m_rasterDataCollectionNameHasBeenSet =
true;
101 m_rasterDataCollectionName = std::forward<RasterDataCollectionNameT>(value);
103 template <
typename RasterDataCollectionNameT = Aws::String>
116 template <
typename TimeRangeFilterT = TimeRangeFilterOutput>
118 m_timeRangeFilterHasBeenSet =
true;
119 m_timeRangeFilter = std::forward<TimeRangeFilterT>(value);
121 template <
typename TimeRangeFilterT = TimeRangeFilterOutput>
137 bool m_areaOfInterestHasBeenSet =
false;
138 bool m_propertyFiltersHasBeenSet =
false;
139 bool m_rasterDataCollectionArnHasBeenSet =
false;
140 bool m_rasterDataCollectionNameHasBeenSet =
false;
141 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