7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lambda/model/FunctionVersion.h>
52 template<
typename MasterRegionT = Aws::String>
53 void SetMasterRegion(MasterRegionT&& value) { m_masterRegionHasBeenSet =
true; m_masterRegion = std::forward<MasterRegionT>(value); }
54 template<
typename MasterRegionT = Aws::String>
76 template<
typename MarkerT = Aws::String>
77 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
78 template<
typename MarkerT = Aws::String>
90 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
96 bool m_masterRegionHasBeenSet =
false;
99 bool m_functionVersionHasBeenSet =
false;
102 bool m_markerHasBeenSet =
false;
105 bool m_maxItemsHasBeenSet =
false;
void SetMaxItems(int value)
bool MarkerHasBeenSet() const
bool FunctionVersionHasBeenSet() const
const Aws::String & GetMasterRegion() const
ListFunctionsRequest & WithMarker(MarkerT &&value)
bool MasterRegionHasBeenSet() const
void SetFunctionVersion(FunctionVersion value)
AWS_LAMBDA_API ListFunctionsRequest()=default
ListFunctionsRequest & WithMaxItems(int value)
ListFunctionsRequest & WithFunctionVersion(FunctionVersion value)
ListFunctionsRequest & WithMasterRegion(MasterRegionT &&value)
AWS_LAMBDA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
FunctionVersion GetFunctionVersion() const
void SetMarker(MarkerT &&value)
void SetMasterRegion(MasterRegionT &&value)
const Aws::String & GetMarker() const
bool MaxItemsHasBeenSet() const
AWS_LAMBDA_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String