AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RowInfo.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_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 QuickSight
20{
21namespace Model
22{
23
30 class RowInfo
31 {
32 public:
33 AWS_QUICKSIGHT_API RowInfo();
34 AWS_QUICKSIGHT_API RowInfo(Aws::Utils::Json::JsonView jsonValue);
35 AWS_QUICKSIGHT_API RowInfo& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline long long GetRowsIngested() const{ return m_rowsIngested; }
44 inline bool RowsIngestedHasBeenSet() const { return m_rowsIngestedHasBeenSet; }
45 inline void SetRowsIngested(long long value) { m_rowsIngestedHasBeenSet = true; m_rowsIngested = value; }
46 inline RowInfo& WithRowsIngested(long long value) { SetRowsIngested(value); return *this;}
48
50
53 inline long long GetRowsDropped() const{ return m_rowsDropped; }
54 inline bool RowsDroppedHasBeenSet() const { return m_rowsDroppedHasBeenSet; }
55 inline void SetRowsDropped(long long value) { m_rowsDroppedHasBeenSet = true; m_rowsDropped = value; }
56 inline RowInfo& WithRowsDropped(long long value) { SetRowsDropped(value); return *this;}
58
60
63 inline long long GetTotalRowsInDataset() const{ return m_totalRowsInDataset; }
64 inline bool TotalRowsInDatasetHasBeenSet() const { return m_totalRowsInDatasetHasBeenSet; }
65 inline void SetTotalRowsInDataset(long long value) { m_totalRowsInDatasetHasBeenSet = true; m_totalRowsInDataset = value; }
66 inline RowInfo& WithTotalRowsInDataset(long long value) { SetTotalRowsInDataset(value); return *this;}
68 private:
69
70 long long m_rowsIngested;
71 bool m_rowsIngestedHasBeenSet = false;
72
73 long long m_rowsDropped;
74 bool m_rowsDroppedHasBeenSet = false;
75
76 long long m_totalRowsInDataset;
77 bool m_totalRowsInDatasetHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace QuickSight
82} // namespace Aws
AWS_QUICKSIGHT_API RowInfo()
long long GetRowsIngested() const
Definition RowInfo.h:43
void SetRowsDropped(long long value)
Definition RowInfo.h:55
AWS_QUICKSIGHT_API RowInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RowsDroppedHasBeenSet() const
Definition RowInfo.h:54
bool TotalRowsInDatasetHasBeenSet() const
Definition RowInfo.h:64
long long GetTotalRowsInDataset() const
Definition RowInfo.h:63
long long GetRowsDropped() const
Definition RowInfo.h:53
AWS_QUICKSIGHT_API RowInfo(Aws::Utils::Json::JsonView jsonValue)
RowInfo & WithTotalRowsInDataset(long long value)
Definition RowInfo.h:66
void SetTotalRowsInDataset(long long value)
Definition RowInfo.h:65
bool RowsIngestedHasBeenSet() const
Definition RowInfo.h:44
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
RowInfo & WithRowsIngested(long long value)
Definition RowInfo.h:46
void SetRowsIngested(long long value)
Definition RowInfo.h:45
RowInfo & WithRowsDropped(long long value)
Definition RowInfo.h:56
Aws::Utils::Json::JsonValue JsonValue