AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
QuerySpatialCoverage.h
1
6#pragma once
7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/QuerySpatialCoverageMax.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TimestreamQuery {
20namespace Model {
21
37 public:
38 AWS_TIMESTREAMQUERY_API QuerySpatialCoverage() = default;
41 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
42
44
53 inline const QuerySpatialCoverageMax& GetMax() const { return m_max; }
54 inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; }
55 template <typename MaxT = QuerySpatialCoverageMax>
56 void SetMax(MaxT&& value) {
57 m_maxHasBeenSet = true;
58 m_max = std::forward<MaxT>(value);
59 }
60 template <typename MaxT = QuerySpatialCoverageMax>
62 SetMax(std::forward<MaxT>(value));
63 return *this;
64 }
66 private:
68 bool m_maxHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace TimestreamQuery
73} // namespace Aws
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage()=default
const QuerySpatialCoverageMax & GetMax() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue