7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
10#include <aws/lambda/model/Architecture.h>
11#include <aws/lambda/model/Runtime.h>
51 m_compatibleRuntimeHasBeenSet =
true;
52 m_compatibleRuntime = value;
66 template <
typename MarkerT = Aws::String>
68 m_markerHasBeenSet =
true;
69 m_marker = std::forward<MarkerT>(value);
71 template <
typename MarkerT = Aws::String>
85 m_maxItemsHasBeenSet =
true;
103 m_compatibleArchitectureHasBeenSet =
true;
104 m_compatibleArchitecture = value;
113 bool m_compatibleRuntimeHasBeenSet =
false;
116 bool m_markerHasBeenSet =
false;
119 bool m_maxItemsHasBeenSet =
false;
122 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