7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/model/LogTarget.h>
10#include <aws/iot/model/LogLevel.h>
42 template<
typename LogTargetT = LogTarget>
43 void SetLogTarget(LogTargetT&& value) { m_logTargetHasBeenSet =
true; m_logTarget = std::forward<LogTargetT>(value); }
44 template<
typename LogTargetT = LogTarget>
60 bool m_logTargetHasBeenSet =
false;
63 bool m_logLevelHasBeenSet =
false;
bool LogTargetHasBeenSet() const
LogLevel GetLogLevel() const
void SetLogLevel(LogLevel value)
virtual const char * GetServiceRequestName() const override
const LogTarget & GetLogTarget() const
void SetLogTarget(LogTargetT &&value)
AWS_IOT_API SetV2LoggingLevelRequest()=default
SetV2LoggingLevelRequest & WithLogTarget(LogTargetT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
SetV2LoggingLevelRequest & WithLogLevel(LogLevel value)
bool LogLevelHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String