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>
64 inline void SetFailOnWarnings(
bool value) { m_failOnWarningsHasBeenSet =
true; m_failOnWarnings = value; }
71 bool m_formatHasBeenSet =
false;
73 bool m_failOnWarnings;
74 bool m_failOnWarningsHasBeenSet =
false;
bool FormatHasBeenSet() const
const ApiKeysFormat & GetFormat() const
bool FailOnWarningsHasBeenSet() const
ImportApiKeysRequest & WithFormat(ApiKeysFormat &&value)
AWS_APIGATEWAY_API ImportApiKeysRequest()
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetFailOnWarnings(bool value)
bool GetFailOnWarnings() const
void SetFormat(const ApiKeysFormat &value)
ImportApiKeysRequest & WithFailOnWarnings(bool value)
virtual const char * GetServiceRequestName() const override
void SetFormat(ApiKeysFormat &&value)
ImportApiKeysRequest & WithFormat(const ApiKeysFormat &value)