AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
QueryTemporalRangeMax.h
1
6#pragma once
7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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
33 {
34 public:
35 AWS_TIMESTREAMQUERY_API QueryTemporalRangeMax() = default;
38 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline long long GetValue() const { return m_value; }
47 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
48 inline void SetValue(long long value) { m_valueHasBeenSet = true; m_value = value; }
49 inline QueryTemporalRangeMax& WithValue(long long 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 template<typename TableArnT = Aws::String>
60 void SetTableArn(TableArnT&& value) { m_tableArnHasBeenSet = true; m_tableArn = std::forward<TableArnT>(value); }
61 template<typename TableArnT = Aws::String>
62 QueryTemporalRangeMax& WithTableArn(TableArnT&& value) { SetTableArn(std::forward<TableArnT>(value)); return *this;}
64 private:
65
66 long long m_value{0};
67 bool m_valueHasBeenSet = false;
68
69 Aws::String m_tableArn;
70 bool m_tableArnHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace TimestreamQuery
75} // 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