AWS SDK for C++

AWS SDK for C++ Version 1.11.756

Loading...
Searching...
No Matches
KubernetesConfiguration.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/KubernetesAuditLogsConfiguration.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 KubernetesConfiguration() = default;
33 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const KubernetesAuditLogsConfiguration& GetAuditLogs() const { return m_auditLogs; }
40 inline bool AuditLogsHasBeenSet() const { return m_auditLogsHasBeenSet; }
41 template <typename AuditLogsT = KubernetesAuditLogsConfiguration>
42 void SetAuditLogs(AuditLogsT&& value) {
43 m_auditLogsHasBeenSet = true;
44 m_auditLogs = std::forward<AuditLogsT>(value);
45 }
46 template <typename AuditLogsT = KubernetesAuditLogsConfiguration>
48 SetAuditLogs(std::forward<AuditLogsT>(value));
49 return *this;
50 }
52 private:
54 bool m_auditLogsHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace GuardDuty
59} // namespace Aws
AWS_GUARDDUTY_API KubernetesConfiguration()=default
AWS_GUARDDUTY_API KubernetesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API KubernetesConfiguration(Aws::Utils::Json::JsonView jsonValue)
KubernetesConfiguration & WithAuditLogs(AuditLogsT &&value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const KubernetesAuditLogsConfiguration & GetAuditLogs() const
Aws::Utils::Json::JsonValue JsonValue