7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/LogTarget.h>
9#include <aws/iot/model/LogLevel.h>
60 inline void SetLogLevel(
LogLevel&& value) { m_logLevelHasBeenSet =
true; m_logLevel = std::move(value); }
67 bool m_logTargetHasBeenSet =
false;
70 bool m_logLevelHasBeenSet =
false;
LogTargetConfiguration & WithLogTarget(LogTarget &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
LogTargetConfiguration & WithLogLevel(const LogLevel &value)
const LogTarget & GetLogTarget() const
void SetLogLevel(const LogLevel &value)
AWS_IOT_API LogTargetConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LogTargetHasBeenSet() const
bool LogLevelHasBeenSet() const
const LogLevel & GetLogLevel() const
AWS_IOT_API LogTargetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API LogTargetConfiguration()
void SetLogTarget(const LogTarget &value)
void SetLogLevel(LogLevel &&value)
LogTargetConfiguration & WithLogLevel(LogLevel &&value)
void SetLogTarget(LogTarget &&value)
LogTargetConfiguration & WithLogTarget(const LogTarget &value)
Aws::Utils::Json::JsonValue JsonValue