AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Statistics.h
1
6#pragma once
7#include <aws/macie2/Macie2_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 Macie2
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_MACIE2_API Statistics();
34 AWS_MACIE2_API Statistics(Aws::Utils::Json::JsonView jsonValue);
36 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline double GetApproximateNumberOfObjectsToProcess() const{ return m_approximateNumberOfObjectsToProcess; }
45 inline bool ApproximateNumberOfObjectsToProcessHasBeenSet() const { return m_approximateNumberOfObjectsToProcessHasBeenSet; }
46 inline void SetApproximateNumberOfObjectsToProcess(double value) { m_approximateNumberOfObjectsToProcessHasBeenSet = true; m_approximateNumberOfObjectsToProcess = value; }
49
51
54 inline double GetNumberOfRuns() const{ return m_numberOfRuns; }
55 inline bool NumberOfRunsHasBeenSet() const { return m_numberOfRunsHasBeenSet; }
56 inline void SetNumberOfRuns(double value) { m_numberOfRunsHasBeenSet = true; m_numberOfRuns = value; }
57 inline Statistics& WithNumberOfRuns(double value) { SetNumberOfRuns(value); return *this;}
59 private:
60
61 double m_approximateNumberOfObjectsToProcess;
62 bool m_approximateNumberOfObjectsToProcessHasBeenSet = false;
63
64 double m_numberOfRuns;
65 bool m_numberOfRunsHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace Macie2
70} // namespace Aws
bool NumberOfRunsHasBeenSet() const
Definition Statistics.h:55
bool ApproximateNumberOfObjectsToProcessHasBeenSet() const
Definition Statistics.h:45
Statistics & WithNumberOfRuns(double value)
Definition Statistics.h:57
Statistics & WithApproximateNumberOfObjectsToProcess(double value)
Definition Statistics.h:47
void SetNumberOfRuns(double value)
Definition Statistics.h:56
AWS_MACIE2_API Statistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApproximateNumberOfObjectsToProcess(double value)
Definition Statistics.h:46
double GetApproximateNumberOfObjectsToProcess() const
Definition Statistics.h:44
AWS_MACIE2_API Statistics(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue