7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/backup/model/MalwareScanner.h>
9#include <aws/backup/model/ScanFinding.h>
10#include <aws/backup/model/ScanJobState.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
47 m_malwareScannerHasBeenSet =
true;
48 m_malwareScanner = value;
64 m_scanJobStateHasBeenSet =
true;
65 m_scanJobState = value;
80 template <
typename LastScanTimestampT = Aws::Utils::DateTime>
82 m_lastScanTimestampHasBeenSet =
true;
83 m_lastScanTimestamp = std::forward<LastScanTimestampT>(value);
85 template <
typename LastScanTimestampT = Aws::Utils::DateTime>
98 template <
typename FindingsT = Aws::Vector<ScanFinding>>
100 m_findingsHasBeenSet =
true;
101 m_findings = std::forward<FindingsT>(value);
103 template <
typename FindingsT = Aws::Vector<ScanFinding>>
109 m_findingsHasBeenSet =
true;
110 m_findings.push_back(value);
122 bool m_malwareScannerHasBeenSet =
false;
123 bool m_scanJobStateHasBeenSet =
false;
124 bool m_lastScanTimestampHasBeenSet =
false;
125 bool m_findingsHasBeenSet =
false;
void SetMalwareScanner(MalwareScanner value)
const Aws::Utils::DateTime & GetLastScanTimestamp() const
AWS_BACKUP_API ScanResult(Aws::Utils::Json::JsonView jsonValue)
ScanJobState GetScanJobState() const
ScanResult & WithMalwareScanner(MalwareScanner value)
MalwareScanner GetMalwareScanner() const
ScanResult & AddFindings(ScanFinding value)
ScanResult & WithLastScanTimestamp(LastScanTimestampT &&value)
void SetFindings(FindingsT &&value)
ScanResult & WithFindings(FindingsT &&value)
bool ScanJobStateHasBeenSet() const
AWS_BACKUP_API ScanResult()=default
void SetLastScanTimestamp(LastScanTimestampT &&value)
ScanResult & WithScanJobState(ScanJobState value)
AWS_BACKUP_API ScanResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScanJobState(ScanJobState value)
bool FindingsHasBeenSet() const
const Aws::Vector< ScanFinding > & GetFindings() const
bool MalwareScannerHasBeenSet() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastScanTimestampHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue