AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TimestreamQuery
22{
23namespace Model
24{
25
41 {
42 public:
43 AWS_TIMESTREAMQUERY_API QuerySpatialCoverage() = default;
46 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
59 inline const QuerySpatialCoverageMax& GetMax() const { return m_max; }
60 inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; }
61 template<typename MaxT = QuerySpatialCoverageMax>
62 void SetMax(MaxT&& value) { m_maxHasBeenSet = true; m_max = std::forward<MaxT>(value); }
63 template<typename MaxT = QuerySpatialCoverageMax>
64 QuerySpatialCoverage& WithMax(MaxT&& value) { SetMax(std::forward<MaxT>(value)); return *this;}
66 private:
67
69 bool m_maxHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace TimestreamQuery
74} // 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