7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ApiKeyT = Aws::String>
52 void SetApiKey(ApiKeyT&& value) { m_apiKeyHasBeenSet =
true; m_apiKey = std::forward<ApiKeyT>(value); }
53 template<
typename ApiKeyT = Aws::String>
64 inline void SetIncludeValue(
bool value) { m_includeValueHasBeenSet =
true; m_includeValue = value; }
70 bool m_apiKeyHasBeenSet =
false;
72 bool m_includeValue{
false};
73 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