7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename LimitTypeT = Aws::String>
48 void SetLimitType(LimitTypeT&& value) { m_limitTypeHasBeenSet =
true; m_limitType = std::forward<LimitTypeT>(value); }
49 template<
typename LimitTypeT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_limitTypeHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
bool LimitTypeHasBeenSet() const
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_APIGATEWAYV2_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAYV2_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API TooManyRequestsException()=default
TooManyRequestsException & WithMessage(MessageT &&value)
TooManyRequestsException & WithLimitType(LimitTypeT &&value)
const Aws::String & GetLimitType() const
void SetLimitType(LimitTypeT &&value)
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue