7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
49 template <
typename FunctionNameT = Aws::String>
51 m_functionNameHasBeenSet =
true;
52 m_functionName = std::forward<FunctionNameT>(value);
54 template <
typename FunctionNameT = Aws::String>
67 template <
typename FunctionVersionT = Aws::String>
69 m_functionVersionHasBeenSet =
true;
70 m_functionVersion = std::forward<FunctionVersionT>(value);
72 template <
typename FunctionVersionT = Aws::String>
86 template <
typename MarkerT = Aws::String>
88 m_markerHasBeenSet =
true;
89 m_marker = std::forward<MarkerT>(value);
91 template <
typename MarkerT = Aws::String>
105 m_maxItemsHasBeenSet =
true;
115 bool m_functionNameHasBeenSet =
false;
118 bool m_functionVersionHasBeenSet =
false;
121 bool m_markerHasBeenSet =
false;
124 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