7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/LogTarget.h>
9#include <aws/iot/model/LogLevel.h>
47 template<
typename LogTargetT = LogTarget>
48 void SetLogTarget(LogTargetT&& value) { m_logTargetHasBeenSet =
true; m_logTarget = std::forward<LogTargetT>(value); }
49 template<
typename LogTargetT = LogTarget>
65 bool m_logTargetHasBeenSet =
false;
68 bool m_logLevelHasBeenSet =
false;
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const LogTarget & GetLogTarget() const
void SetLogLevel(LogLevel value)
AWS_IOT_API LogTargetConfiguration()=default
AWS_IOT_API LogTargetConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool LogTargetHasBeenSet() const
bool LogLevelHasBeenSet() const
LogLevel GetLogLevel() const
LogTargetConfiguration & WithLogTarget(LogTargetT &&value)
AWS_IOT_API LogTargetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogTarget(LogTargetT &&value)
LogTargetConfiguration & WithLogLevel(LogLevel value)
Aws::Utils::Json::JsonValue JsonValue