AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
QueryTemporalRangeMax.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.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
29 public:
30 AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax() = default;
33 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline long long GetValue() const { return m_value; }
41 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
42 inline void SetValue(long long value) {
43 m_valueHasBeenSet = true;
44 m_value = value;
45 }
46 inline QueryTemporalRangeMax& WithValue(long long value) {
47 SetValue(value);
48 return *this;
49 }
51
53
57 inline const Aws::String& GetTableArn() const { return m_tableArn; }
58 inline bool TableArnHasBeenSet() const { return m_tableArnHasBeenSet; }
59 template <typename TableArnT = Aws::String>
60 void SetTableArn(TableArnT&& value) {
61 m_tableArnHasBeenSet = true;
62 m_tableArn = std::forward<TableArnT>(value);
63 }
64 template <typename TableArnT = Aws::String>
66 SetTableArn(std::forward<TableArnT>(value));
67 return *this;
68 }
70 private:
71 long long m_value{0};
72
73 Aws::String m_tableArn;
74 bool m_valueHasBeenSet = false;
75 bool m_tableArnHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace TimestreamQuery
80} // namespace Aws
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax()=default
QueryTemporalRangeMax & WithTableArn(TableArnT &&value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
QueryTemporalRangeMax & WithValue(long long value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue