7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AuthorizerNameT = Aws::String>
37 m_authorizerNameHasBeenSet =
true;
38 m_authorizerName = std::forward<AuthorizerNameT>(value);
40 template <
typename AuthorizerNameT = Aws::String>
52 template <
typename AuthorizerArnT = Aws::String>
54 m_authorizerArnHasBeenSet =
true;
55 m_authorizerArn = std::forward<AuthorizerArnT>(value);
57 template <
typename AuthorizerArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_authorizerNameHasBeenSet =
false;
88 bool m_authorizerArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetAuthorizerName(AuthorizerNameT &&value)
AWS_IOT_API UpdateAuthorizerResult()=default
UpdateAuthorizerResult & WithAuthorizerName(AuthorizerNameT &&value)
UpdateAuthorizerResult & WithAuthorizerArn(AuthorizerArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAuthorizerArn() const
UpdateAuthorizerResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API UpdateAuthorizerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOT_API UpdateAuthorizerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetAuthorizerName() const
void SetAuthorizerArn(AuthorizerArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue