7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/AuthorizerSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AuthorizersT = Aws::Vector<AuthorizerSummary>>
43 void SetAuthorizers(AuthorizersT&& value) { m_authorizersHasBeenSet =
true; m_authorizers = std::forward<AuthorizersT>(value); }
44 template<
typename AuthorizersT = Aws::Vector<AuthorizerSummary>>
46 template<
typename AuthorizersT = AuthorizerSummary>
55 template<
typename NextMarkerT = Aws::String>
56 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
57 template<
typename NextMarkerT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_authorizersHasBeenSet =
false;
75 bool m_nextMarkerHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListAuthorizersResult & WithRequestId(RequestIdT &&value)
void SetNextMarker(NextMarkerT &&value)
const Aws::Vector< AuthorizerSummary > & GetAuthorizers() const
ListAuthorizersResult & WithAuthorizers(AuthorizersT &&value)
const Aws::String & GetNextMarker() const
const Aws::String & GetRequestId() const
AWS_IOT_API ListAuthorizersResult()=default
ListAuthorizersResult & WithNextMarker(NextMarkerT &&value)
ListAuthorizersResult & AddAuthorizers(AuthorizersT &&value)
void SetAuthorizers(AuthorizersT &&value)
AWS_IOT_API ListAuthorizersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_IOT_API ListAuthorizersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue