7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/LogLevel.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename RoleArnT = Aws::String>
44 m_roleArnHasBeenSet =
true;
45 m_roleArn = std::forward<RoleArnT>(value);
47 template <
typename RoleArnT = Aws::String>
60 m_logLevelHasBeenSet =
true;
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
92 bool m_roleArnHasBeenSet =
false;
93 bool m_logLevelHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetLogLevel(LogLevel value)
GetLoggingOptionsResult & WithRoleArn(RoleArnT &&value)
AWS_IOT_API GetLoggingOptionsResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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