7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetApiKey(
const char* value) { m_apiKeyHasBeenSet =
true; m_apiKey.assign(value); }
66 inline void SetIncludeValue(
bool value) { m_includeValueHasBeenSet =
true; m_includeValue = value; }
72 bool m_apiKeyHasBeenSet =
false;
75 bool m_includeValueHasBeenSet =
false;
GetApiKeyRequest & WithIncludeValue(bool value)
bool ApiKeyHasBeenSet() const
GetApiKeyRequest & WithApiKey(const Aws::String &value)
void SetApiKey(const char *value)
void SetApiKey(Aws::String &&value)
const Aws::String & GetApiKey() const
void SetApiKey(const Aws::String &value)
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
GetApiKeyRequest & WithApiKey(Aws::String &&value)
bool IncludeValueHasBeenSet() const
AWS_APIGATEWAY_API GetApiKeyRequest()
GetApiKeyRequest & WithApiKey(const char *value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String