7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/lambda/model/Runtime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/lambda/model/Architecture.h>
65 template<
typename MarkerT = Aws::String>
66 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
67 template<
typename MarkerT = Aws::String>
77 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
95 bool m_compatibleRuntimeHasBeenSet =
false;
98 bool m_markerHasBeenSet =
false;
101 bool m_maxItemsHasBeenSet =
false;
104 bool m_compatibleArchitectureHasBeenSet =
false;
bool MaxItemsHasBeenSet() const
ListLayersRequest & WithCompatibleRuntime(Runtime value)
virtual const char * GetServiceRequestName() const override
Runtime GetCompatibleRuntime() const
AWS_LAMBDA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool CompatibleRuntimeHasBeenSet() const
ListLayersRequest & WithMaxItems(int value)
AWS_LAMBDA_API Aws::String SerializePayload() const override
bool CompatibleArchitectureHasBeenSet() const
Architecture GetCompatibleArchitecture() const
AWS_LAMBDA_API ListLayersRequest()=default
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
ListLayersRequest & WithCompatibleArchitecture(Architecture value)
void SetCompatibleArchitecture(Architecture value)
void SetMaxItems(int value)
bool MarkerHasBeenSet() const
ListLayersRequest & WithMarker(MarkerT &&value)
void SetCompatibleRuntime(Runtime value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String