7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/Array.h>
10#include <aws/apigateway/model/ApiKeysFormat.h>
62 inline void SetFailOnWarnings(
bool value) { m_failOnWarningsHasBeenSet =
true; m_failOnWarnings = value; }
69 bool m_formatHasBeenSet =
false;
71 bool m_failOnWarnings{
false};
72 bool m_failOnWarningsHasBeenSet =
false;
ApiKeysFormat GetFormat() const
AWS_APIGATEWAY_API ImportApiKeysRequest()=default
void SetFormat(ApiKeysFormat value)
bool FormatHasBeenSet() const
bool FailOnWarningsHasBeenSet() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetFailOnWarnings(bool value)
bool GetFailOnWarnings() const
ImportApiKeysRequest & WithFailOnWarnings(bool value)
virtual const char * GetServiceRequestName() const override
ImportApiKeysRequest & WithFormat(ApiKeysFormat value)