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;
47 template<
typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
49 template<
typename RoleArnT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_roleArnHasBeenSet =
false;
76 bool m_logLevelHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetLogLevel(LogLevel value)
GetLoggingOptionsResult & WithRoleArn(RoleArnT &&value)
AWS_IOT_API GetLoggingOptionsResult()=default
void SetRequestId(RequestIdT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_IOT_API GetLoggingOptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLoggingOptionsResult & WithRequestId(RequestIdT &&value)
LogLevel GetLogLevel() const
const Aws::String & GetRoleArn() const
AWS_IOT_API GetLoggingOptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLoggingOptionsResult & WithLogLevel(LogLevel value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue