AWS SDK for C++

AWS SDK for C++ Version 1.11.750

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GuardDuty {
20namespace Model {
21
29 public:
30 AWS_GUARDDUTY_API UnprocessedDataSourcesResult() = default;
33 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
37 inline const MalwareProtectionConfigurationResult& GetMalwareProtection() const { return m_malwareProtection; }
38 inline bool MalwareProtectionHasBeenSet() const { return m_malwareProtectionHasBeenSet; }
39 template <typename MalwareProtectionT = MalwareProtectionConfigurationResult>
40 void SetMalwareProtection(MalwareProtectionT&& value) {
41 m_malwareProtectionHasBeenSet = true;
42 m_malwareProtection = std::forward<MalwareProtectionT>(value);
43 }
44 template <typename MalwareProtectionT = MalwareProtectionConfigurationResult>
46 SetMalwareProtection(std::forward<MalwareProtectionT>(value));
47 return *this;
48 }
50 private:
51 MalwareProtectionConfigurationResult m_malwareProtection;
52 bool m_malwareProtectionHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace GuardDuty
57} // 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