7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename FunctionNameT = Aws::String>
55 void SetFunctionName(FunctionNameT&& value) { m_functionNameHasBeenSet =
true; m_functionName = std::forward<FunctionNameT>(value); }
56 template<
typename FunctionNameT = Aws::String>
66 template<
typename FunctionVersionT = Aws::String>
67 void SetFunctionVersion(FunctionVersionT&& value) { m_functionVersionHasBeenSet =
true; m_functionVersion = std::forward<FunctionVersionT>(value); }
68 template<
typename FunctionVersionT = Aws::String>
79 template<
typename MarkerT = Aws::String>
80 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
81 template<
typename MarkerT = Aws::String>
91 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
97 bool m_functionNameHasBeenSet =
false;
100 bool m_functionVersionHasBeenSet =
false;
103 bool m_markerHasBeenSet =
false;
106 bool m_maxItemsHasBeenSet =
false;
void SetFunctionName(FunctionNameT &&value)
const Aws::String & GetMarker() const
void SetMarker(MarkerT &&value)
ListAliasesRequest & WithFunctionVersion(FunctionVersionT &&value)
ListAliasesRequest & WithMaxItems(int value)
void SetFunctionVersion(FunctionVersionT &&value)
const Aws::String & GetFunctionName() const
bool FunctionVersionHasBeenSet() const
ListAliasesRequest & WithFunctionName(FunctionNameT &&value)
AWS_LAMBDA_API Aws::String SerializePayload() const override
bool FunctionNameHasBeenSet() const
ListAliasesRequest & WithMarker(MarkerT &&value)
bool MarkerHasBeenSet() const
AWS_LAMBDA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetFunctionVersion() const
void SetMaxItems(int value)
virtual const char * GetServiceRequestName() const override
AWS_LAMBDA_API ListAliasesRequest()=default
bool MaxItemsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String