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/AuthorizerDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AuthorizerDescriptionT = AuthorizerDescription>
38 m_authorizerDescriptionHasBeenSet =
true;
39 m_authorizerDescription = std::forward<AuthorizerDescriptionT>(value);
41 template <
typename AuthorizerDescriptionT = AuthorizerDescription>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_authorizerDescriptionHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const AuthorizerDescription & GetAuthorizerDescription() const
AWS_IOT_API DescribeDefaultAuthorizerResult()=default
AWS_IOT_API DescribeDefaultAuthorizerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAuthorizerDescription(AuthorizerDescriptionT &&value)
DescribeDefaultAuthorizerResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeDefaultAuthorizerResult & WithAuthorizerDescription(AuthorizerDescriptionT &&value)
AWS_IOT_API DescribeDefaultAuthorizerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue