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 SetLayerName(
const char* value) { m_layerNameHasBeenSet =
true; m_layerName.assign(value); }
83 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
95 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
115 bool m_compatibleRuntimeHasBeenSet =
false;
118 bool m_layerNameHasBeenSet =
false;
121 bool m_markerHasBeenSet =
false;
124 bool m_maxItemsHasBeenSet =
false;
127 bool m_compatibleArchitectureHasBeenSet =
false;
AWS_LAMBDA_API ListLayerVersionsRequest()
void SetMaxItems(int value)
ListLayerVersionsRequest & WithCompatibleArchitecture(const Architecture &value)
const Aws::String & GetMarker() const
AWS_LAMBDA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetLayerName(const Aws::String &value)
void SetMarker(Aws::String &&value)
void SetCompatibleRuntime(const Runtime &value)
const Aws::String & GetLayerName() const
void SetLayerName(Aws::String &&value)
bool MarkerHasBeenSet() const
const Runtime & GetCompatibleRuntime() const
ListLayerVersionsRequest & WithMarker(const Aws::String &value)
AWS_LAMBDA_API Aws::String SerializePayload() const override
ListLayerVersionsRequest & WithLayerName(const Aws::String &value)
bool CompatibleRuntimeHasBeenSet() const
ListLayerVersionsRequest & WithLayerName(const char *value)
ListLayerVersionsRequest & WithLayerName(Aws::String &&value)
bool MaxItemsHasBeenSet() const
ListLayerVersionsRequest & WithMarker(const char *value)
ListLayerVersionsRequest & WithMaxItems(int value)
void SetMarker(const Aws::String &value)
ListLayerVersionsRequest & WithCompatibleRuntime(Runtime &&value)
bool LayerNameHasBeenSet() const
void SetCompatibleArchitecture(const Architecture &value)
void SetCompatibleRuntime(Runtime &&value)
ListLayerVersionsRequest & WithMarker(Aws::String &&value)
void SetLayerName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetCompatibleArchitecture(Architecture &&value)
bool CompatibleArchitectureHasBeenSet() const
void SetMarker(const char *value)
const Architecture & GetCompatibleArchitecture() const
ListLayerVersionsRequest & WithCompatibleRuntime(const Runtime &value)
ListLayerVersionsRequest & WithCompatibleArchitecture(Architecture &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String