7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/LogLevel.h>
44 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
68 inline void SetDisableAllLogs(
bool value) { m_disableAllLogsHasBeenSet =
true; m_disableAllLogs = value; }
74 bool m_roleArnHasBeenSet =
false;
77 bool m_defaultLogLevelHasBeenSet =
false;
79 bool m_disableAllLogs;
80 bool m_disableAllLogsHasBeenSet =
false;
void SetRoleArn(Aws::String &&value)
SetV2LoggingOptionsRequest & WithDefaultLogLevel(const LogLevel &value)
SetV2LoggingOptionsRequest & WithDefaultLogLevel(LogLevel &&value)
void SetDisableAllLogs(bool value)
bool RoleArnHasBeenSet() const
SetV2LoggingOptionsRequest & WithDisableAllLogs(bool value)
bool GetDisableAllLogs() const
SetV2LoggingOptionsRequest & WithRoleArn(Aws::String &&value)
AWS_IOT_API Aws::String SerializePayload() const override
void SetDefaultLogLevel(LogLevel &&value)
bool DefaultLogLevelHasBeenSet() const
const Aws::String & GetRoleArn() const
SetV2LoggingOptionsRequest & WithRoleArn(const Aws::String &value)
AWS_IOT_API SetV2LoggingOptionsRequest()
void SetRoleArn(const Aws::String &value)
const LogLevel & GetDefaultLogLevel() const
SetV2LoggingOptionsRequest & WithRoleArn(const char *value)
bool DisableAllLogsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRoleArn(const char *value)
void SetDefaultLogLevel(const LogLevel &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String