AWS SDK for C++

AWS SDK for C++ Version 1.11.608

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() = default;
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 template<typename MalwareProtectionT = MalwareProtectionConfigurationResult>
46 void SetMalwareProtection(MalwareProtectionT&& value) { m_malwareProtectionHasBeenSet = true; m_malwareProtection = std::forward<MalwareProtectionT>(value); }
47 template<typename MalwareProtectionT = MalwareProtectionConfigurationResult>
48 UnprocessedDataSourcesResult& WithMalwareProtection(MalwareProtectionT&& value) { SetMalwareProtection(std::forward<MalwareProtectionT>(value)); return *this;}
50 private:
51
52 MalwareProtectionConfigurationResult m_malwareProtection;
53 bool m_malwareProtectionHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace GuardDuty
58} // namespace Aws
AWS_GUARDDUTY_API UnprocessedDataSourcesResult()=default
UnprocessedDataSourcesResult & WithMalwareProtection(MalwareProtectionT &&value)
AWS_GUARDDUTY_API UnprocessedDataSourcesResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API UnprocessedDataSourcesResult(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const MalwareProtectionConfigurationResult & GetMalwareProtection() const
Aws::Utils::Json::JsonValue JsonValue