7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/model/LogFormat.h>
9#include <aws/lambda/model/ApplicationLogLevel.h>
10#include <aws/lambda/model/SystemLogLevel.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
98 inline void SetLogGroup(
const char* value) { m_logGroupHasBeenSet =
true; m_logGroup.assign(value); }
106 bool m_logFormatHasBeenSet =
false;
109 bool m_applicationLogLevelHasBeenSet =
false;
112 bool m_systemLogLevelHasBeenSet =
false;
115 bool m_logGroupHasBeenSet =
false;
void SetLogGroup(Aws::String &&value)
LoggingConfig & WithLogGroup(Aws::String &&value)
void SetSystemLogLevel(const SystemLogLevel &value)
const Aws::String & GetLogGroup() const
LoggingConfig & WithLogGroup(const char *value)
bool LogGroupHasBeenSet() const
void SetApplicationLogLevel(ApplicationLogLevel &&value)
bool LogFormatHasBeenSet() const
AWS_LAMBDA_API LoggingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogGroup(const Aws::String &value)
bool ApplicationLogLevelHasBeenSet() const
LoggingConfig & WithApplicationLogLevel(ApplicationLogLevel &&value)
bool SystemLogLevelHasBeenSet() const
LoggingConfig & WithApplicationLogLevel(const ApplicationLogLevel &value)
const ApplicationLogLevel & GetApplicationLogLevel() const
AWS_LAMBDA_API LoggingConfig()
LoggingConfig & WithLogFormat(LogFormat &&value)
const LogFormat & GetLogFormat() const
LoggingConfig & WithLogFormat(const LogFormat &value)
void SetLogFormat(const LogFormat &value)
AWS_LAMBDA_API LoggingConfig(Aws::Utils::Json::JsonView jsonValue)
void SetLogGroup(const char *value)
void SetApplicationLogLevel(const ApplicationLogLevel &value)
LoggingConfig & WithSystemLogLevel(SystemLogLevel &&value)
void SetLogFormat(LogFormat &&value)
LoggingConfig & WithLogGroup(const Aws::String &value)
const SystemLogLevel & GetSystemLogLevel() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
LoggingConfig & WithSystemLogLevel(const SystemLogLevel &value)
void SetSystemLogLevel(SystemLogLevel &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue