AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
44 AWS_TIMESTREAMQUERY_API QuerySpatialCoverage(Aws::Utils::Json::JsonView jsonValue);
45 AWS_TIMESTREAMQUERY_API QuerySpatialCoverage& operator=(Aws::Utils::Json::JsonView jsonValue);
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 inline void SetMax(const QuerySpatialCoverageMax& value) { m_maxHasBeenSet = true; m_max = value; }
62 inline void SetMax(QuerySpatialCoverageMax&& value) { m_maxHasBeenSet = true; m_max = std::move(value); }
63 inline QuerySpatialCoverage& WithMax(const QuerySpatialCoverageMax& value) { SetMax(value); return *this;}
64 inline QuerySpatialCoverage& WithMax(QuerySpatialCoverageMax&& value) { SetMax(std::move(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)
QuerySpatialCoverage & WithMax(QuerySpatialCoverageMax &&value)
void SetMax(QuerySpatialCoverageMax &&value)
QuerySpatialCoverage & WithMax(const QuerySpatialCoverageMax &value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMax(const QuerySpatialCoverageMax &value)
const QuerySpatialCoverageMax & GetMax() const
Aws::Utils::Json::JsonValue JsonValue