7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/LogLevel.h>
50 inline void SetRoleArnForLogging(
const char* value) { m_roleArnForLoggingHasBeenSet =
true; m_roleArnForLogging.assign(value); }
63 inline void SetLogLevel(
LogLevel&& value) { m_logLevelHasBeenSet =
true; m_logLevel = std::move(value); }
70 bool m_roleArnForLoggingHasBeenSet =
false;
73 bool m_logLevelHasBeenSet =
false;
bool RoleArnForLoggingHasBeenSet() const
void SetRoleArnForLogging(const char *value)
EnableIoTLoggingParams & WithRoleArnForLogging(Aws::String &&value)
EnableIoTLoggingParams & WithLogLevel(LogLevel &&value)
AWS_IOT_API EnableIoTLoggingParams(Aws::Utils::Json::JsonView jsonValue)
bool LogLevelHasBeenSet() const
void SetRoleArnForLogging(Aws::String &&value)
EnableIoTLoggingParams & WithLogLevel(const LogLevel &value)
EnableIoTLoggingParams & WithRoleArnForLogging(const Aws::String &value)
AWS_IOT_API EnableIoTLoggingParams & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogLevel(LogLevel &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleArnForLogging() const
void SetLogLevel(const LogLevel &value)
void SetRoleArnForLogging(const Aws::String &value)
const LogLevel & GetLogLevel() const
AWS_IOT_API EnableIoTLoggingParams()
EnableIoTLoggingParams & WithRoleArnForLogging(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue