AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
SearchScopeSummary.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
28 public:
29 AWS_BACKUPSEARCH_API SearchScopeSummary() = default;
30 AWS_BACKUPSEARCH_API SearchScopeSummary(Aws::Utils::Json::JsonView jsonValue);
32 AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 inline int GetTotalRecoveryPointsToScanCount() const { return m_totalRecoveryPointsToScanCount; }
40 inline bool TotalRecoveryPointsToScanCountHasBeenSet() const { return m_totalRecoveryPointsToScanCountHasBeenSet; }
41 inline void SetTotalRecoveryPointsToScanCount(int value) {
42 m_totalRecoveryPointsToScanCountHasBeenSet = true;
43 m_totalRecoveryPointsToScanCount = value;
44 }
47 return *this;
48 }
50
52
56 inline long long GetTotalItemsToScanCount() const { return m_totalItemsToScanCount; }
57 inline bool TotalItemsToScanCountHasBeenSet() const { return m_totalItemsToScanCountHasBeenSet; }
58 inline void SetTotalItemsToScanCount(long long value) {
59 m_totalItemsToScanCountHasBeenSet = true;
60 m_totalItemsToScanCount = value;
61 }
64 return *this;
65 }
67 private:
68 int m_totalRecoveryPointsToScanCount{0};
69
70 long long m_totalItemsToScanCount{0};
71 bool m_totalRecoveryPointsToScanCountHasBeenSet = false;
72 bool m_totalItemsToScanCountHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace BackupSearch
77} // 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