7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename AuthorizerNameT = Aws::String>
41 void SetAuthorizerName(AuthorizerNameT&& value) { m_authorizerNameHasBeenSet =
true; m_authorizerName = std::forward<AuthorizerNameT>(value); }
42 template<
typename AuthorizerNameT = Aws::String>
51 template<
typename AuthorizerArnT = Aws::String>
52 void SetAuthorizerArn(AuthorizerArnT&& value) { m_authorizerArnHasBeenSet =
true; m_authorizerArn = std::forward<AuthorizerArnT>(value); }
53 template<
typename AuthorizerArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_authorizerNameHasBeenSet =
false;
71 bool m_authorizerArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetAuthorizerName(AuthorizerNameT &&value)
AWS_IOT_API UpdateAuthorizerResult()=default
UpdateAuthorizerResult & WithAuthorizerName(AuthorizerNameT &&value)
UpdateAuthorizerResult & WithAuthorizerArn(AuthorizerArnT &&value)
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