7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/LogLevel.h>
9#include <aws/iot/model/LogTarget.h>
41 template <
typename LogTargetT = LogTarget>
43 m_logTargetHasBeenSet =
true;
44 m_logTarget = std::forward<LogTargetT>(value);
46 template <
typename LogTargetT = LogTarget>
60 m_logLevelHasBeenSet =
true;
72 bool m_logTargetHasBeenSet =
false;
73 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