AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
SearchScopeSummary.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
33 {
34 public:
35 AWS_BACKUPSEARCH_API SearchScopeSummary() = default;
36 AWS_BACKUPSEARCH_API SearchScopeSummary(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline int GetTotalRecoveryPointsToScanCount() const { return m_totalRecoveryPointsToScanCount; }
47 inline bool TotalRecoveryPointsToScanCountHasBeenSet() const { return m_totalRecoveryPointsToScanCountHasBeenSet; }
48 inline void SetTotalRecoveryPointsToScanCount(int value) { m_totalRecoveryPointsToScanCountHasBeenSet = true; m_totalRecoveryPointsToScanCount = value; }
51
53
57 inline long long GetTotalItemsToScanCount() const { return m_totalItemsToScanCount; }
58 inline bool TotalItemsToScanCountHasBeenSet() const { return m_totalItemsToScanCountHasBeenSet; }
59 inline void SetTotalItemsToScanCount(long long value) { m_totalItemsToScanCountHasBeenSet = true; m_totalItemsToScanCount = value; }
60 inline SearchScopeSummary& WithTotalItemsToScanCount(long long value) { SetTotalItemsToScanCount(value); return *this;}
62 private:
63
64 int m_totalRecoveryPointsToScanCount{0};
65 bool m_totalRecoveryPointsToScanCountHasBeenSet = false;
66
67 long long m_totalItemsToScanCount{0};
68 bool m_totalItemsToScanCountHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace BackupSearch
73} // namespace Aws
SearchScopeSummary & WithTotalRecoveryPointsToScanCount(int value)
AWS_BACKUPSEARCH_API SearchScopeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SearchScopeSummary & WithTotalItemsToScanCount(long long value)
AWS_BACKUPSEARCH_API SearchScopeSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BACKUPSEARCH_API SearchScopeSummary()=default
Aws::Utils::Json::JsonValue JsonValue