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>
55 inline void SetLogLevel(
LogLevel&& value) { m_logLevelHasBeenSet =
true; m_logLevel = std::move(value); }
62 bool m_logTargetHasBeenSet =
false;
65 bool m_logLevelHasBeenSet =
false;
void SetLogLevel(LogLevel &&value)
bool LogTargetHasBeenSet() const
void SetLogLevel(const LogLevel &value)
const LogLevel & GetLogLevel() const
SetV2LoggingLevelRequest & WithLogTarget(LogTarget &&value)
virtual const char * GetServiceRequestName() const override
SetV2LoggingLevelRequest & WithLogLevel(const LogLevel &value)
const LogTarget & GetLogTarget() const
AWS_IOT_API SetV2LoggingLevelRequest()
SetV2LoggingLevelRequest & WithLogTarget(const LogTarget &value)
AWS_IOT_API Aws::String SerializePayload() const override
SetV2LoggingLevelRequest & WithLogLevel(LogLevel &&value)
void SetLogTarget(LogTarget &&value)
void SetLogTarget(const LogTarget &value)
bool LogLevelHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String