7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/ApplicationLogLevel.h>
10#include <aws/lambda/model/LogFormat.h>
11#include <aws/lambda/model/SystemLogLevel.h>
46 m_logFormatHasBeenSet =
true;
65 m_applicationLogLevelHasBeenSet =
true;
66 m_applicationLogLevel = value;
84 m_systemLogLevelHasBeenSet =
true;
85 m_systemLogLevel = value;
102 template <
typename LogGroupT = Aws::String>
104 m_logGroupHasBeenSet =
true;
105 m_logGroup = std::forward<LogGroupT>(value);
107 template <
typename LogGroupT = Aws::String>
115 bool m_logFormatHasBeenSet =
false;
118 bool m_applicationLogLevelHasBeenSet =
false;
121 bool m_systemLogLevelHasBeenSet =
false;
124 bool m_logGroupHasBeenSet =
false;
LoggingConfig & WithLogGroup(LogGroupT &&value)
const Aws::String & GetLogGroup() const
bool LogGroupHasBeenSet() const
LoggingConfig & WithSystemLogLevel(SystemLogLevel value)
bool LogFormatHasBeenSet() const
AWS_LAMBDA_API LoggingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ApplicationLogLevelHasBeenSet() const
ApplicationLogLevel GetApplicationLogLevel() const
void SetSystemLogLevel(SystemLogLevel value)
bool SystemLogLevelHasBeenSet() const
LoggingConfig & WithApplicationLogLevel(ApplicationLogLevel value)
AWS_LAMBDA_API LoggingConfig()=default
LogFormat GetLogFormat() const
void SetApplicationLogLevel(ApplicationLogLevel value)
SystemLogLevel GetSystemLogLevel() const
void SetLogGroup(LogGroupT &&value)
AWS_LAMBDA_API LoggingConfig(Aws::Utils::Json::JsonView jsonValue)
LoggingConfig & WithLogFormat(LogFormat value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogFormat(LogFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue