AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
CurrentSearchProgress.h
1
6#pragma once
7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace BackupSearch {
17namespace Model {
18
26 public:
27 AWS_BACKUPSEARCH_API CurrentSearchProgress() = default;
28 AWS_BACKUPSEARCH_API CurrentSearchProgress(Aws::Utils::Json::JsonView jsonValue);
30 AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetRecoveryPointsScannedCount() const { return m_recoveryPointsScannedCount; }
38 inline bool RecoveryPointsScannedCountHasBeenSet() const { return m_recoveryPointsScannedCountHasBeenSet; }
39 inline void SetRecoveryPointsScannedCount(int value) {
40 m_recoveryPointsScannedCountHasBeenSet = true;
41 m_recoveryPointsScannedCount = value;
42 }
45 return *this;
46 }
48
50
54 inline long long GetItemsScannedCount() const { return m_itemsScannedCount; }
55 inline bool ItemsScannedCountHasBeenSet() const { return m_itemsScannedCountHasBeenSet; }
56 inline void SetItemsScannedCount(long long value) {
57 m_itemsScannedCountHasBeenSet = true;
58 m_itemsScannedCount = value;
59 }
62 return *this;
63 }
65
67
71 inline long long GetItemsMatchedCount() const { return m_itemsMatchedCount; }
72 inline bool ItemsMatchedCountHasBeenSet() const { return m_itemsMatchedCountHasBeenSet; }
73 inline void SetItemsMatchedCount(long long value) {
74 m_itemsMatchedCountHasBeenSet = true;
75 m_itemsMatchedCount = value;
76 }
79 return *this;
80 }
82 private:
83 int m_recoveryPointsScannedCount{0};
84
85 long long m_itemsScannedCount{0};
86
87 long long m_itemsMatchedCount{0};
88 bool m_recoveryPointsScannedCountHasBeenSet = false;
89 bool m_itemsScannedCountHasBeenSet = false;
90 bool m_itemsMatchedCountHasBeenSet = false;
91};
92
93} // namespace Model
94} // namespace BackupSearch
95} // namespace Aws
AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const
CurrentSearchProgress & WithItemsMatchedCount(long long value)
AWS_BACKUPSEARCH_API CurrentSearchProgress()=default
CurrentSearchProgress & WithRecoveryPointsScannedCount(int value)
AWS_BACKUPSEARCH_API CurrentSearchProgress & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUPSEARCH_API CurrentSearchProgress(Aws::Utils::Json::JsonView jsonValue)
CurrentSearchProgress & WithItemsScannedCount(long long value)
Aws::Utils::Json::JsonValue JsonValue