AWS SDK for C++

AWS SDK for C++ Version 1.11.761

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