7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/FunctionConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename NextMarkerT = Aws::String>
43 m_nextMarkerHasBeenSet =
true;
44 m_nextMarker = std::forward<NextMarkerT>(value);
46 template <
typename NextMarkerT = Aws::String>
58 template <
typename FunctionsT = Aws::Vector<FunctionConfiguration>>
60 m_functionsHasBeenSet =
true;
61 m_functions = std::forward<FunctionsT>(value);
63 template <
typename FunctionsT = Aws::Vector<FunctionConfiguration>>
68 template <
typename FunctionsT = FunctionConfiguration>
70 m_functionsHasBeenSet =
true;
71 m_functions.emplace_back(std::forward<FunctionsT>(value));
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_nextMarkerHasBeenSet =
false;
97 bool m_functionsHasBeenSet =
false;
98 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)
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