AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RecordsIngested.h
1
6#pragma once
7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TimestreamWrite
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_TIMESTREAMWRITE_API RecordsIngested();
34 AWS_TIMESTREAMWRITE_API RecordsIngested(Aws::Utils::Json::JsonView jsonValue);
35 AWS_TIMESTREAMWRITE_API RecordsIngested& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetTotal() const{ return m_total; }
44 inline bool TotalHasBeenSet() const { return m_totalHasBeenSet; }
45 inline void SetTotal(int value) { m_totalHasBeenSet = true; m_total = value; }
46 inline RecordsIngested& WithTotal(int value) { SetTotal(value); return *this;}
48
50
53 inline int GetMemoryStore() const{ return m_memoryStore; }
54 inline bool MemoryStoreHasBeenSet() const { return m_memoryStoreHasBeenSet; }
55 inline void SetMemoryStore(int value) { m_memoryStoreHasBeenSet = true; m_memoryStore = value; }
56 inline RecordsIngested& WithMemoryStore(int value) { SetMemoryStore(value); return *this;}
58
60
63 inline int GetMagneticStore() const{ return m_magneticStore; }
64 inline bool MagneticStoreHasBeenSet() const { return m_magneticStoreHasBeenSet; }
65 inline void SetMagneticStore(int value) { m_magneticStoreHasBeenSet = true; m_magneticStore = value; }
66 inline RecordsIngested& WithMagneticStore(int value) { SetMagneticStore(value); return *this;}
68 private:
69
70 int m_total;
71 bool m_totalHasBeenSet = false;
72
73 int m_memoryStore;
74 bool m_memoryStoreHasBeenSet = false;
75
76 int m_magneticStore;
77 bool m_magneticStoreHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace TimestreamWrite
82} // namespace Aws
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
RecordsIngested & WithMemoryStore(int value)
RecordsIngested & WithMagneticStore(int value)
AWS_TIMESTREAMWRITE_API RecordsIngested(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API RecordsIngested()
AWS_TIMESTREAMWRITE_API RecordsIngested & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue