7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/guardduty/model/ScanDetections.h>
12#include <aws/guardduty/model/ScanType.h>
51 template<
typename ScanIdT = Aws::String>
52 void SetScanId(ScanIdT&& value) { m_scanIdHasBeenSet =
true; m_scanId = std::forward<ScanIdT>(value); }
53 template<
typename ScanIdT = Aws::String>
63 template<
typename ScanStartedAtT = Aws::Utils::DateTime>
64 void SetScanStartedAt(ScanStartedAtT&& value) { m_scanStartedAtHasBeenSet =
true; m_scanStartedAt = std::forward<ScanStartedAtT>(value); }
65 template<
typename ScanStartedAtT = Aws::Utils::DateTime>
75 template<
typename ScanCompletedAtT = Aws::Utils::DateTime>
76 void SetScanCompletedAt(ScanCompletedAtT&& value) { m_scanCompletedAtHasBeenSet =
true; m_scanCompletedAt = std::forward<ScanCompletedAtT>(value); }
77 template<
typename ScanCompletedAtT = Aws::Utils::DateTime>
87 template<
typename TriggerFindingIdT = Aws::String>
88 void SetTriggerFindingId(TriggerFindingIdT&& value) { m_triggerFindingIdHasBeenSet =
true; m_triggerFindingId = std::forward<TriggerFindingIdT>(value); }
89 template<
typename TriggerFindingIdT = Aws::String>
99 template<
typename SourcesT = Aws::Vector<Aws::String>>
100 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
101 template<
typename SourcesT = Aws::Vector<Aws::String>>
103 template<
typename SourcesT = Aws::String>
113 template<
typename ScanDetectionsT = ScanDetections>
114 void SetScanDetections(ScanDetectionsT&& value) { m_scanDetectionsHasBeenSet =
true; m_scanDetections = std::forward<ScanDetectionsT>(value); }
115 template<
typename ScanDetectionsT = ScanDetections>
131 bool m_scanIdHasBeenSet =
false;
134 bool m_scanStartedAtHasBeenSet =
false;
137 bool m_scanCompletedAtHasBeenSet =
false;
140 bool m_triggerFindingIdHasBeenSet =
false;
143 bool m_sourcesHasBeenSet =
false;
145 ScanDetections m_scanDetections;
146 bool m_scanDetectionsHasBeenSet =
false;
149 bool m_scanTypeHasBeenSet =
false;
AWS_GUARDDUTY_API EbsVolumeScanDetails()=default
bool ScanStartedAtHasBeenSet() const
void SetTriggerFindingId(TriggerFindingIdT &&value)
EbsVolumeScanDetails & WithSources(SourcesT &&value)
bool ScanDetectionsHasBeenSet() const
const ScanDetections & GetScanDetections() const
const Aws::Utils::DateTime & GetScanStartedAt() const
bool ScanTypeHasBeenSet() const
EbsVolumeScanDetails & WithTriggerFindingId(TriggerFindingIdT &&value)
const Aws::String & GetTriggerFindingId() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
ScanType GetScanType() const
bool ScanIdHasBeenSet() const
bool SourcesHasBeenSet() const
const Aws::String & GetScanId() const
void SetScanDetections(ScanDetectionsT &&value)
void SetScanId(ScanIdT &&value)
EbsVolumeScanDetails & WithScanType(ScanType value)
bool TriggerFindingIdHasBeenSet() const
void SetScanCompletedAt(ScanCompletedAtT &&value)
const Aws::Vector< Aws::String > & GetSources() const
void SetScanType(ScanType value)
EbsVolumeScanDetails & WithScanId(ScanIdT &&value)
AWS_GUARDDUTY_API EbsVolumeScanDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
EbsVolumeScanDetails & WithScanCompletedAt(ScanCompletedAtT &&value)
void SetSources(SourcesT &&value)
const Aws::Utils::DateTime & GetScanCompletedAt() const
AWS_GUARDDUTY_API EbsVolumeScanDetails(Aws::Utils::Json::JsonView jsonValue)
EbsVolumeScanDetails & WithScanDetections(ScanDetectionsT &&value)
void SetScanStartedAt(ScanStartedAtT &&value)
EbsVolumeScanDetails & WithScanStartedAt(ScanStartedAtT &&value)
EbsVolumeScanDetails & AddSources(SourcesT &&value)
bool ScanCompletedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue