7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
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 MessageHasBeenSet() const
const Aws::String & GetLimitType() const
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool LimitTypeHasBeenSet() const
TooManyRequestsException & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetLimitType(const char *value)
TooManyRequestsException & WithLimitType(const Aws::String &value)
TooManyRequestsException & WithMessage(const char *value)
TooManyRequestsException & WithMessage(const Aws::String &value)
AWS_AMPLIFYBACKEND_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
AWS_AMPLIFYBACKEND_API TooManyRequestsException()
TooManyRequestsException & WithLimitType(Aws::String &&value)
AWS_AMPLIFYBACKEND_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
TooManyRequestsException & WithLimitType(const char *value)
void SetLimitType(Aws::String &&value)
void SetLimitType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue