7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/LogLevel.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename RoleArnT = Aws::String>
42 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
43 template<
typename RoleArnT = Aws::String>
61 inline void SetDisableAllLogs(
bool value) { m_disableAllLogsHasBeenSet =
true; m_disableAllLogs = value; }
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_roleArnHasBeenSet =
false;
79 bool m_defaultLogLevelHasBeenSet =
false;
81 bool m_disableAllLogs{
false};
82 bool m_disableAllLogsHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetV2LoggingOptionsResult & WithRoleArn(RoleArnT &&value)
void SetDisableAllLogs(bool value)
AWS_IOT_API GetV2LoggingOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetV2LoggingOptionsResult & WithDisableAllLogs(bool value)
const Aws::String & GetRoleArn() const
LogLevel GetDefaultLogLevel() const
const Aws::String & GetRequestId() const
void SetDefaultLogLevel(LogLevel value)
AWS_IOT_API GetV2LoggingOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetV2LoggingOptionsResult & WithRequestId(RequestIdT &&value)
bool GetDisableAllLogs() const
void SetRoleArn(RoleArnT &&value)
AWS_IOT_API GetV2LoggingOptionsResult()=default
GetV2LoggingOptionsResult & WithDefaultLogLevel(LogLevel value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue