AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JobStats.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_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 CustomerProfiles
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_CUSTOMERPROFILES_API JobStats();
33 AWS_CUSTOMERPROFILES_API JobStats(Aws::Utils::Json::JsonView jsonValue);
34 AWS_CUSTOMERPROFILES_API JobStats& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline long long GetNumberOfProfilesReviewed() const{ return m_numberOfProfilesReviewed; }
43 inline bool NumberOfProfilesReviewedHasBeenSet() const { return m_numberOfProfilesReviewedHasBeenSet; }
44 inline void SetNumberOfProfilesReviewed(long long value) { m_numberOfProfilesReviewedHasBeenSet = true; m_numberOfProfilesReviewed = value; }
45 inline JobStats& WithNumberOfProfilesReviewed(long long value) { SetNumberOfProfilesReviewed(value); return *this;}
47
49
52 inline long long GetNumberOfMatchesFound() const{ return m_numberOfMatchesFound; }
53 inline bool NumberOfMatchesFoundHasBeenSet() const { return m_numberOfMatchesFoundHasBeenSet; }
54 inline void SetNumberOfMatchesFound(long long value) { m_numberOfMatchesFoundHasBeenSet = true; m_numberOfMatchesFound = value; }
55 inline JobStats& WithNumberOfMatchesFound(long long value) { SetNumberOfMatchesFound(value); return *this;}
57
59
62 inline long long GetNumberOfMergesDone() const{ return m_numberOfMergesDone; }
63 inline bool NumberOfMergesDoneHasBeenSet() const { return m_numberOfMergesDoneHasBeenSet; }
64 inline void SetNumberOfMergesDone(long long value) { m_numberOfMergesDoneHasBeenSet = true; m_numberOfMergesDone = value; }
65 inline JobStats& WithNumberOfMergesDone(long long value) { SetNumberOfMergesDone(value); return *this;}
67 private:
68
69 long long m_numberOfProfilesReviewed;
70 bool m_numberOfProfilesReviewedHasBeenSet = false;
71
72 long long m_numberOfMatchesFound;
73 bool m_numberOfMatchesFoundHasBeenSet = false;
74
75 long long m_numberOfMergesDone;
76 bool m_numberOfMergesDoneHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace CustomerProfiles
81} // namespace Aws
void SetNumberOfMergesDone(long long value)
Definition JobStats.h:64
void SetNumberOfProfilesReviewed(long long value)
Definition JobStats.h:44
JobStats & WithNumberOfMatchesFound(long long value)
Definition JobStats.h:55
AWS_CUSTOMERPROFILES_API JobStats()
JobStats & WithNumberOfProfilesReviewed(long long value)
Definition JobStats.h:45
long long GetNumberOfMatchesFound() const
Definition JobStats.h:52
bool NumberOfProfilesReviewedHasBeenSet() const
Definition JobStats.h:43
JobStats & WithNumberOfMergesDone(long long value)
Definition JobStats.h:65
AWS_CUSTOMERPROFILES_API JobStats & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API JobStats(Aws::Utils::Json::JsonView jsonValue)
void SetNumberOfMatchesFound(long long value)
Definition JobStats.h:54
long long GetNumberOfMergesDone() const
Definition JobStats.h:62
long long GetNumberOfProfilesReviewed() const
Definition JobStats.h:42
Aws::Utils::Json::JsonValue JsonValue