7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename ApiKeyT = Aws::String>
48 m_apiKeyHasBeenSet =
true;
49 m_apiKey = std::forward<ApiKeyT>(value);
51 template <
typename ApiKeyT = Aws::String>
66 m_includeValueHasBeenSet =
true;
67 m_includeValue = value;
77 bool m_includeValue{
false};
78 bool m_apiKeyHasBeenSet =
false;
79 bool m_includeValueHasBeenSet =
false;
GetApiKeyRequest & WithIncludeValue(bool value)
bool ApiKeyHasBeenSet() const
void SetApiKey(ApiKeyT &&value)
const Aws::String & GetApiKey() const
void SetIncludeValue(bool value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool GetIncludeValue() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool IncludeValueHasBeenSet() const
GetApiKeyRequest & WithApiKey(ApiKeyT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API GetApiKeyRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String