7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetLimitType(
const char* value) { m_limitTypeHasBeenSet =
true; m_limitType.assign(value); }
63 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
71 bool m_limitTypeHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
bool LimitTypeHasBeenSet() const
TooManyRequestsException & WithLimitType(Aws::String &&value)
void SetLimitType(const char *value)
bool MessageHasBeenSet() const
void SetMessage(const char *value)
TooManyRequestsException & WithMessage(const Aws::String &value)
void SetLimitType(Aws::String &&value)
const Aws::String & GetMessage() const
TooManyRequestsException & WithMessage(const char *value)
TooManyRequestsException & WithLimitType(const char *value)
AWS_APIGATEWAYV2_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
void SetLimitType(const Aws::String &value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAYV2_API TooManyRequestsException()
AWS_APIGATEWAYV2_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
TooManyRequestsException & WithLimitType(const Aws::String &value)
TooManyRequestsException & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetLimitType() const
void SetMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue