AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
ScanEc2InstanceWithFindings.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace GuardDuty {
17namespace Model {
18
26 public:
27 AWS_GUARDDUTY_API ScanEc2InstanceWithFindings() = default;
30 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetEbsVolumes() const { return m_ebsVolumes; }
37 inline bool EbsVolumesHasBeenSet() const { return m_ebsVolumesHasBeenSet; }
38 inline void SetEbsVolumes(bool value) {
39 m_ebsVolumesHasBeenSet = true;
40 m_ebsVolumes = value;
41 }
43 SetEbsVolumes(value);
44 return *this;
45 }
47 private:
48 bool m_ebsVolumes{false};
49 bool m_ebsVolumesHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace GuardDuty
54} // namespace Aws
AWS_GUARDDUTY_API ScanEc2InstanceWithFindings()=default
AWS_GUARDDUTY_API ScanEc2InstanceWithFindings(Aws::Utils::Json::JsonView jsonValue)
ScanEc2InstanceWithFindings & WithEbsVolumes(bool value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API ScanEc2InstanceWithFindings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue