AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
CurrentSearchProgress.h
1
6#pragma once
7#include <aws/backupsearch/BackupSearch_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 BackupSearch
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_BACKUPSEARCH_API CurrentSearchProgress() = default;
34 AWS_BACKUPSEARCH_API CurrentSearchProgress(Aws::Utils::Json::JsonView jsonValue);
36 AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetRecoveryPointsScannedCount() const { return m_recoveryPointsScannedCount; }
45 inline bool RecoveryPointsScannedCountHasBeenSet() const { return m_recoveryPointsScannedCountHasBeenSet; }
46 inline void SetRecoveryPointsScannedCount(int value) { m_recoveryPointsScannedCountHasBeenSet = true; m_recoveryPointsScannedCount = value; }
49
51
55 inline long long GetItemsScannedCount() const { return m_itemsScannedCount; }
56 inline bool ItemsScannedCountHasBeenSet() const { return m_itemsScannedCountHasBeenSet; }
57 inline void SetItemsScannedCount(long long value) { m_itemsScannedCountHasBeenSet = true; m_itemsScannedCount = value; }
58 inline CurrentSearchProgress& WithItemsScannedCount(long long value) { SetItemsScannedCount(value); return *this;}
60
62
66 inline long long GetItemsMatchedCount() const { return m_itemsMatchedCount; }
67 inline bool ItemsMatchedCountHasBeenSet() const { return m_itemsMatchedCountHasBeenSet; }
68 inline void SetItemsMatchedCount(long long value) { m_itemsMatchedCountHasBeenSet = true; m_itemsMatchedCount = value; }
69 inline CurrentSearchProgress& WithItemsMatchedCount(long long value) { SetItemsMatchedCount(value); return *this;}
71 private:
72
73 int m_recoveryPointsScannedCount{0};
74 bool m_recoveryPointsScannedCountHasBeenSet = false;
75
76 long long m_itemsScannedCount{0};
77 bool m_itemsScannedCountHasBeenSet = false;
78
79 long long m_itemsMatchedCount{0};
80 bool m_itemsMatchedCountHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace BackupSearch
85} // 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