7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/apigateway/model/ApiKeysFormat.h>
10#include <aws/core/utils/Array.h>
47 m_formatHasBeenSet =
true;
64 m_failOnWarningsHasBeenSet =
true;
65 m_failOnWarnings = value;
75 bool m_failOnWarnings{
false};
76 bool m_formatHasBeenSet =
false;
77 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)