AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
RasterDataCollectionQueryOutput.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace SageMakerGeospatial
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput() = default;
39 AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput(Aws::Utils::Json::JsonView jsonValue);
41 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const AreaOfInterest& GetAreaOfInterest() const { return m_areaOfInterest; }
49 inline bool AreaOfInterestHasBeenSet() const { return m_areaOfInterestHasBeenSet; }
50 template<typename AreaOfInterestT = AreaOfInterest>
51 void SetAreaOfInterest(AreaOfInterestT&& value) { m_areaOfInterestHasBeenSet = true; m_areaOfInterest = std::forward<AreaOfInterestT>(value); }
52 template<typename AreaOfInterestT = AreaOfInterest>
53 RasterDataCollectionQueryOutput& WithAreaOfInterest(AreaOfInterestT&& value) { SetAreaOfInterest(std::forward<AreaOfInterestT>(value)); return *this;}
55
57
60 inline const PropertyFilters& GetPropertyFilters() const { return m_propertyFilters; }
61 inline bool PropertyFiltersHasBeenSet() const { return m_propertyFiltersHasBeenSet; }
62 template<typename PropertyFiltersT = PropertyFilters>
63 void SetPropertyFilters(PropertyFiltersT&& value) { m_propertyFiltersHasBeenSet = true; m_propertyFilters = std::forward<PropertyFiltersT>(value); }
64 template<typename PropertyFiltersT = PropertyFilters>
65 RasterDataCollectionQueryOutput& WithPropertyFilters(PropertyFiltersT&& value) { SetPropertyFilters(std::forward<PropertyFiltersT>(value)); return *this;}
67
69
72 inline const Aws::String& GetRasterDataCollectionArn() const { return m_rasterDataCollectionArn; }
73 inline bool RasterDataCollectionArnHasBeenSet() const { return m_rasterDataCollectionArnHasBeenSet; }
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>
77 RasterDataCollectionQueryOutput& WithRasterDataCollectionArn(RasterDataCollectionArnT&& value) { SetRasterDataCollectionArn(std::forward<RasterDataCollectionArnT>(value)); return *this;}
79
81
84 inline const Aws::String& GetRasterDataCollectionName() const { return m_rasterDataCollectionName; }
85 inline bool RasterDataCollectionNameHasBeenSet() const { return m_rasterDataCollectionNameHasBeenSet; }
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>
89 RasterDataCollectionQueryOutput& WithRasterDataCollectionName(RasterDataCollectionNameT&& value) { SetRasterDataCollectionName(std::forward<RasterDataCollectionNameT>(value)); return *this;}
91
93
96 inline const TimeRangeFilterOutput& GetTimeRangeFilter() const { return m_timeRangeFilter; }
97 inline bool TimeRangeFilterHasBeenSet() const { return m_timeRangeFilterHasBeenSet; }
98 template<typename TimeRangeFilterT = TimeRangeFilterOutput>
99 void SetTimeRangeFilter(TimeRangeFilterT&& value) { m_timeRangeFilterHasBeenSet = true; m_timeRangeFilter = std::forward<TimeRangeFilterT>(value); }
100 template<typename TimeRangeFilterT = TimeRangeFilterOutput>
101 RasterDataCollectionQueryOutput& WithTimeRangeFilter(TimeRangeFilterT&& value) { SetTimeRangeFilter(std::forward<TimeRangeFilterT>(value)); return *this;}
103 private:
104
105 AreaOfInterest m_areaOfInterest;
106 bool m_areaOfInterestHasBeenSet = false;
107
108 PropertyFilters m_propertyFilters;
109 bool m_propertyFiltersHasBeenSet = false;
110
111 Aws::String m_rasterDataCollectionArn;
112 bool m_rasterDataCollectionArnHasBeenSet = false;
113
114 Aws::String m_rasterDataCollectionName;
115 bool m_rasterDataCollectionNameHasBeenSet = false;
116
117 TimeRangeFilterOutput m_timeRangeFilter;
118 bool m_timeRangeFilterHasBeenSet = false;
119 };
120
121} // namespace Model
122} // namespace SageMakerGeospatial
123} // namespace Aws
RasterDataCollectionQueryOutput & WithRasterDataCollectionArn(RasterDataCollectionArnT &&value)
AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput(Aws::Utils::Json::JsonView jsonValue)
RasterDataCollectionQueryOutput & WithAreaOfInterest(AreaOfInterestT &&value)
AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput()=default
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
RasterDataCollectionQueryOutput & WithTimeRangeFilter(TimeRangeFilterT &&value)
RasterDataCollectionQueryOutput & WithRasterDataCollectionName(RasterDataCollectionNameT &&value)
RasterDataCollectionQueryOutput & WithPropertyFilters(PropertyFiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue