AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
QuerySpatialCoverageMax.h
1
6#pragma once
7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace TimestreamQuery
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax();
37 AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax(Aws::Utils::Json::JsonView jsonValue);
39 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline double GetValue() const{ return m_value; }
47 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
48 inline void SetValue(double value) { m_valueHasBeenSet = true; m_value = value; }
49 inline QuerySpatialCoverageMax& WithValue(double value) { SetValue(value); return *this;}
51
53
57 inline const Aws::String& GetTableArn() const{ return m_tableArn; }
58 inline bool TableArnHasBeenSet() const { return m_tableArnHasBeenSet; }
59 inline void SetTableArn(const Aws::String& value) { m_tableArnHasBeenSet = true; m_tableArn = value; }
60 inline void SetTableArn(Aws::String&& value) { m_tableArnHasBeenSet = true; m_tableArn = std::move(value); }
61 inline void SetTableArn(const char* value) { m_tableArnHasBeenSet = true; m_tableArn.assign(value); }
62 inline QuerySpatialCoverageMax& WithTableArn(const Aws::String& value) { SetTableArn(value); return *this;}
63 inline QuerySpatialCoverageMax& WithTableArn(Aws::String&& value) { SetTableArn(std::move(value)); return *this;}
64 inline QuerySpatialCoverageMax& WithTableArn(const char* value) { SetTableArn(value); return *this;}
66
68
74 inline const Aws::Vector<Aws::String>& GetPartitionKey() const{ return m_partitionKey; }
75 inline bool PartitionKeyHasBeenSet() const { return m_partitionKeyHasBeenSet; }
76 inline void SetPartitionKey(const Aws::Vector<Aws::String>& value) { m_partitionKeyHasBeenSet = true; m_partitionKey = value; }
77 inline void SetPartitionKey(Aws::Vector<Aws::String>&& value) { m_partitionKeyHasBeenSet = true; m_partitionKey = std::move(value); }
79 inline QuerySpatialCoverageMax& WithPartitionKey(Aws::Vector<Aws::String>&& value) { SetPartitionKey(std::move(value)); return *this;}
80 inline QuerySpatialCoverageMax& AddPartitionKey(const Aws::String& value) { m_partitionKeyHasBeenSet = true; m_partitionKey.push_back(value); return *this; }
81 inline QuerySpatialCoverageMax& AddPartitionKey(Aws::String&& value) { m_partitionKeyHasBeenSet = true; m_partitionKey.push_back(std::move(value)); return *this; }
82 inline QuerySpatialCoverageMax& AddPartitionKey(const char* value) { m_partitionKeyHasBeenSet = true; m_partitionKey.push_back(value); return *this; }
84 private:
85
86 double m_value;
87 bool m_valueHasBeenSet = false;
88
89 Aws::String m_tableArn;
90 bool m_tableArnHasBeenSet = false;
91
92 Aws::Vector<Aws::String> m_partitionKey;
93 bool m_partitionKeyHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace TimestreamQuery
98} // namespace Aws
QuerySpatialCoverageMax & AddPartitionKey(const char *value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetPartitionKey() const
QuerySpatialCoverageMax & WithPartitionKey(const Aws::Vector< Aws::String > &value)
QuerySpatialCoverageMax & WithTableArn(Aws::String &&value)
QuerySpatialCoverageMax & WithTableArn(const char *value)
void SetPartitionKey(const Aws::Vector< Aws::String > &value)
QuerySpatialCoverageMax & AddPartitionKey(Aws::String &&value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPartitionKey(Aws::Vector< Aws::String > &&value)
QuerySpatialCoverageMax & WithTableArn(const Aws::String &value)
QuerySpatialCoverageMax & WithPartitionKey(Aws::Vector< Aws::String > &&value)
AWS_TIMESTREAMQUERY_API QuerySpatialCoverageMax(Aws::Utils::Json::JsonView jsonValue)
QuerySpatialCoverageMax & AddPartitionKey(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue