7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/LogLevel.h>
38 template <
typename RoleArnT = Aws::String>
40 m_roleArnHasBeenSet =
true;
41 m_roleArn = std::forward<RoleArnT>(value);
43 template <
typename RoleArnT = Aws::String>
57 m_defaultLogLevelHasBeenSet =
true;
58 m_defaultLogLevel = value;
73 m_disableAllLogsHasBeenSet =
true;
74 m_disableAllLogs = value;
83 bool m_roleArnHasBeenSet =
false;
86 bool m_defaultLogLevelHasBeenSet =
false;
88 bool m_disableAllLogs{
false};
89 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