7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/LogLevel.h>
49 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
62 inline void SetLogLevel(
LogLevel&& value) { m_logLevelHasBeenSet =
true; m_logLevel = std::move(value); }
69 bool m_roleArnHasBeenSet =
false;
72 bool m_logLevelHasBeenSet =
false;
AWS_IOT_API LoggingOptionsPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(const char *value)
const Aws::String & GetRoleArn() const
LoggingOptionsPayload & WithRoleArn(const char *value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
LoggingOptionsPayload & WithRoleArn(const Aws::String &value)
LoggingOptionsPayload & WithLogLevel(LogLevel &&value)
AWS_IOT_API LoggingOptionsPayload(Aws::Utils::Json::JsonView jsonValue)
const LogLevel & GetLogLevel() const
LoggingOptionsPayload & WithRoleArn(Aws::String &&value)
AWS_IOT_API LoggingOptionsPayload()
void SetLogLevel(const LogLevel &value)
void SetLogLevel(LogLevel &&value)
void SetRoleArn(Aws::String &&value)
LoggingOptionsPayload & WithLogLevel(const LogLevel &value)
bool LogLevelHasBeenSet() const
bool RoleArnHasBeenSet() const
void SetRoleArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue