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>
42 template<
typename RoleArnT = Aws::String>
43 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
44 template<
typename RoleArnT = Aws::String>
64 inline void SetDisableAllLogs(
bool value) { m_disableAllLogsHasBeenSet =
true; m_disableAllLogs = value; }
70 bool m_roleArnHasBeenSet =
false;
73 bool m_defaultLogLevelHasBeenSet =
false;
75 bool m_disableAllLogs{
false};
76 bool m_disableAllLogsHasBeenSet =
false;
SetV2LoggingOptionsRequest & WithRoleArn(RoleArnT &&value)
SetV2LoggingOptionsRequest & WithDefaultLogLevel(LogLevel value)
void SetDisableAllLogs(bool value)
bool RoleArnHasBeenSet() const
SetV2LoggingOptionsRequest & WithDisableAllLogs(bool value)
LogLevel GetDefaultLogLevel() const
AWS_IOT_API SetV2LoggingOptionsRequest()=default
void SetDefaultLogLevel(LogLevel value)
bool GetDisableAllLogs() const
AWS_IOT_API Aws::String SerializePayload() const override
bool DefaultLogLevelHasBeenSet() const
const Aws::String & GetRoleArn() const
bool DisableAllLogsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRoleArn(RoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String