AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
RasterDataCollectionQueryOutput.h
1
6#pragma once
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>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMakerGeospatial {
23namespace Model {
24
32 public:
33 AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput() = default;
34 AWS_SAGEMAKERGEOSPATIAL_API RasterDataCollectionQueryOutput(Aws::Utils::Json::JsonView jsonValue);
36 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
42 inline const AreaOfInterest& GetAreaOfInterest() const { return m_areaOfInterest; }
43 inline bool AreaOfInterestHasBeenSet() const { return m_areaOfInterestHasBeenSet; }
44 template <typename AreaOfInterestT = AreaOfInterest>
45 void SetAreaOfInterest(AreaOfInterestT&& value) {
46 m_areaOfInterestHasBeenSet = true;
47 m_areaOfInterest = std::forward<AreaOfInterestT>(value);
48 }
49 template <typename AreaOfInterestT = AreaOfInterest>
51 SetAreaOfInterest(std::forward<AreaOfInterestT>(value));
52 return *this;
53 }
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) {
64 m_propertyFiltersHasBeenSet = true;
65 m_propertyFilters = std::forward<PropertyFiltersT>(value);
66 }
67 template <typename PropertyFiltersT = PropertyFilters>
69 SetPropertyFilters(std::forward<PropertyFiltersT>(value));
70 return *this;
71 }
73
75
78 inline const Aws::String& GetRasterDataCollectionArn() const { return m_rasterDataCollectionArn; }
79 inline bool RasterDataCollectionArnHasBeenSet() const { return m_rasterDataCollectionArnHasBeenSet; }
80 template <typename RasterDataCollectionArnT = Aws::String>
81 void SetRasterDataCollectionArn(RasterDataCollectionArnT&& value) {
82 m_rasterDataCollectionArnHasBeenSet = true;
83 m_rasterDataCollectionArn = std::forward<RasterDataCollectionArnT>(value);
84 }
85 template <typename RasterDataCollectionArnT = Aws::String>
87 SetRasterDataCollectionArn(std::forward<RasterDataCollectionArnT>(value));
88 return *this;
89 }
91
93
96 inline const Aws::String& GetRasterDataCollectionName() const { return m_rasterDataCollectionName; }
97 inline bool RasterDataCollectionNameHasBeenSet() const { return m_rasterDataCollectionNameHasBeenSet; }
98 template <typename RasterDataCollectionNameT = Aws::String>
99 void SetRasterDataCollectionName(RasterDataCollectionNameT&& value) {
100 m_rasterDataCollectionNameHasBeenSet = true;
101 m_rasterDataCollectionName = std::forward<RasterDataCollectionNameT>(value);
102 }
103 template <typename RasterDataCollectionNameT = Aws::String>
105 SetRasterDataCollectionName(std::forward<RasterDataCollectionNameT>(value));
106 return *this;
107 }
109
111
114 inline const TimeRangeFilterOutput& GetTimeRangeFilter() const { return m_timeRangeFilter; }
115 inline bool TimeRangeFilterHasBeenSet() const { return m_timeRangeFilterHasBeenSet; }
116 template <typename TimeRangeFilterT = TimeRangeFilterOutput>
117 void SetTimeRangeFilter(TimeRangeFilterT&& value) {
118 m_timeRangeFilterHasBeenSet = true;
119 m_timeRangeFilter = std::forward<TimeRangeFilterT>(value);
120 }
121 template <typename TimeRangeFilterT = TimeRangeFilterOutput>
123 SetTimeRangeFilter(std::forward<TimeRangeFilterT>(value));
124 return *this;
125 }
127 private:
128 AreaOfInterest m_areaOfInterest;
129
130 PropertyFilters m_propertyFilters;
131
132 Aws::String m_rasterDataCollectionArn;
133
134 Aws::String m_rasterDataCollectionName;
135
136 TimeRangeFilterOutput m_timeRangeFilter;
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;
142};
143
144} // namespace Model
145} // namespace SageMakerGeospatial
146} // 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