7#include <aws/mwaa/MWAA_EXPORTS.h>
8#include <aws/mwaa/model/ModuleLoggingConfigurationInput.h>
47 template<
typename DagProcessingLogsT = ModuleLoggingConfigurationInput>
48 void SetDagProcessingLogs(DagProcessingLogsT&& value) { m_dagProcessingLogsHasBeenSet =
true; m_dagProcessingLogs = std::forward<DagProcessingLogsT>(value); }
49 template<
typename DagProcessingLogsT = ModuleLoggingConfigurationInput>
59 template<
typename SchedulerLogsT = ModuleLoggingConfigurationInput>
60 void SetSchedulerLogs(SchedulerLogsT&& value) { m_schedulerLogsHasBeenSet =
true; m_schedulerLogs = std::forward<SchedulerLogsT>(value); }
61 template<
typename SchedulerLogsT = ModuleLoggingConfigurationInput>
71 template<
typename WebserverLogsT = ModuleLoggingConfigurationInput>
72 void SetWebserverLogs(WebserverLogsT&& value) { m_webserverLogsHasBeenSet =
true; m_webserverLogs = std::forward<WebserverLogsT>(value); }
73 template<
typename WebserverLogsT = ModuleLoggingConfigurationInput>
83 template<
typename WorkerLogsT = ModuleLoggingConfigurationInput>
84 void SetWorkerLogs(WorkerLogsT&& value) { m_workerLogsHasBeenSet =
true; m_workerLogs = std::forward<WorkerLogsT>(value); }
85 template<
typename WorkerLogsT = ModuleLoggingConfigurationInput>
95 template<
typename TaskLogsT = ModuleLoggingConfigurationInput>
96 void SetTaskLogs(TaskLogsT&& value) { m_taskLogsHasBeenSet =
true; m_taskLogs = std::forward<TaskLogsT>(value); }
97 template<
typename TaskLogsT = ModuleLoggingConfigurationInput>
103 bool m_dagProcessingLogsHasBeenSet =
false;
106 bool m_schedulerLogsHasBeenSet =
false;
109 bool m_webserverLogsHasBeenSet =
false;
112 bool m_workerLogsHasBeenSet =
false;
115 bool m_taskLogsHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue