AWS SDK for C++

AWS SDK for C++ Version 1.11.754

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