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>
69 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
81 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
101 bool m_compatibleRuntimeHasBeenSet =
false;
104 bool m_markerHasBeenSet =
false;
107 bool m_maxItemsHasBeenSet =
false;
110 bool m_compatibleArchitectureHasBeenSet =
false;
bool MaxItemsHasBeenSet() const
const Runtime & GetCompatibleRuntime() const
ListLayersRequest & WithCompatibleArchitecture(Architecture &&value)
ListLayersRequest & WithCompatibleRuntime(const Runtime &value)
virtual const char * GetServiceRequestName() const override
ListLayersRequest & WithCompatibleRuntime(Runtime &&value)
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
ListLayersRequest & WithMarker(const char *value)
ListLayersRequest & WithMarker(const Aws::String &value)
bool CompatibleArchitectureHasBeenSet() const
void SetMarker(Aws::String &&value)
ListLayersRequest & WithCompatibleArchitecture(const Architecture &value)
void SetMarker(const char *value)
const Architecture & GetCompatibleArchitecture() const
const Aws::String & GetMarker() const
ListLayersRequest & WithMarker(Aws::String &&value)
void SetCompatibleArchitecture(Architecture &&value)
void SetMaxItems(int value)
void SetCompatibleArchitecture(const Architecture &value)
bool MarkerHasBeenSet() const
AWS_LAMBDA_API ListLayersRequest()
void SetCompatibleRuntime(Runtime &&value)
void SetMarker(const Aws::String &value)
void SetCompatibleRuntime(const Runtime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String