AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UnprocessedDataSourcesResult.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/MalwareProtectionConfigurationResult.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GuardDuty
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GUARDDUTY_API UnprocessedDataSourcesResult();
38 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const MalwareProtectionConfigurationResult& GetMalwareProtection() const{ return m_malwareProtection; }
44 inline bool MalwareProtectionHasBeenSet() const { return m_malwareProtectionHasBeenSet; }
45 inline void SetMalwareProtection(const MalwareProtectionConfigurationResult& value) { m_malwareProtectionHasBeenSet = true; m_malwareProtection = value; }
46 inline void SetMalwareProtection(MalwareProtectionConfigurationResult&& value) { m_malwareProtectionHasBeenSet = true; m_malwareProtection = std::move(value); }
50 private:
51
52 MalwareProtectionConfigurationResult m_malwareProtection;
53 bool m_malwareProtectionHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace GuardDuty
58} // namespace Aws
void SetMalwareProtection(MalwareProtectionConfigurationResult &&value)
AWS_GUARDDUTY_API UnprocessedDataSourcesResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMalwareProtection(const MalwareProtectionConfigurationResult &value)
AWS_GUARDDUTY_API UnprocessedDataSourcesResult(Aws::Utils::Json::JsonView jsonValue)
UnprocessedDataSourcesResult & WithMalwareProtection(MalwareProtectionConfigurationResult &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const MalwareProtectionConfigurationResult & GetMalwareProtection() const
UnprocessedDataSourcesResult & WithMalwareProtection(const MalwareProtectionConfigurationResult &value)
Aws::Utils::Json::JsonValue JsonValue