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 LayerNameT = Aws::String>
66 void SetLayerName(LayerNameT&& value) { m_layerNameHasBeenSet =
true; m_layerName = std::forward<LayerNameT>(value); }
67 template<
typename LayerNameT = Aws::String>
77 template<
typename MarkerT = Aws::String>
78 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
79 template<
typename MarkerT = Aws::String>
89 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
107 bool m_compatibleRuntimeHasBeenSet =
false;
110 bool m_layerNameHasBeenSet =
false;
113 bool m_markerHasBeenSet =
false;
116 bool m_maxItemsHasBeenSet =
false;
119 bool m_compatibleArchitectureHasBeenSet =
false;
void SetMaxItems(int value)
void SetLayerName(LayerNameT &&value)
const Aws::String & GetMarker() const
AWS_LAMBDA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetCompatibleArchitecture(Architecture value)
const Aws::String & GetLayerName() const
void SetCompatibleRuntime(Runtime value)
Architecture GetCompatibleArchitecture() const
bool MarkerHasBeenSet() const
AWS_LAMBDA_API Aws::String SerializePayload() const override
bool CompatibleRuntimeHasBeenSet() const
bool MaxItemsHasBeenSet() const
ListLayerVersionsRequest & WithMaxItems(int value)
ListLayerVersionsRequest & WithLayerName(LayerNameT &&value)
ListLayerVersionsRequest & WithMarker(MarkerT &&value)
bool LayerNameHasBeenSet() const
ListLayerVersionsRequest & WithCompatibleRuntime(Runtime value)
AWS_LAMBDA_API ListLayerVersionsRequest()=default
Runtime GetCompatibleRuntime() const
void SetMarker(MarkerT &&value)
virtual const char * GetServiceRequestName() const override
bool CompatibleArchitectureHasBeenSet() const
ListLayerVersionsRequest & WithCompatibleArchitecture(Architecture value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String