7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lambda/Lambda_EXPORTS.h>
11#include <aws/lambda/model/FunctionConfiguration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename NextMarkerT = Aws::String>
44 m_nextMarkerHasBeenSet =
true;
45 m_nextMarker = std::forward<NextMarkerT>(value);
47 template <
typename NextMarkerT = Aws::String>
59 template <
typename FunctionsT = Aws::Vector<FunctionConfiguration>>
61 m_functionsHasBeenSet =
true;
62 m_functions = std::forward<FunctionsT>(value);
64 template <
typename FunctionsT = Aws::Vector<FunctionConfiguration>>
69 template <
typename FunctionsT = FunctionConfiguration>
71 m_functionsHasBeenSet =
true;
72 m_functions.emplace_back(std::forward<FunctionsT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_nextMarkerHasBeenSet =
false;
101 bool m_functionsHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
AWS_LAMBDA_API ListFunctionsResult()=default
void SetFunctions(FunctionsT &&value)
AWS_LAMBDA_API ListFunctionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextMarker(NextMarkerT &&value)
ListFunctionsResult & WithNextMarker(NextMarkerT &&value)
const Aws::String & GetRequestId() const
ListFunctionsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< FunctionConfiguration > & GetFunctions() const
AWS_LAMBDA_API ListFunctionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListFunctionsResult & AddFunctions(FunctionsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextMarker() const
void SetRequestId(RequestIdT &&value)
ListFunctionsResult & WithFunctions(FunctionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue