7#include <aws/account/Account_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ErrorTypeT = Aws::String>
44 m_errorTypeHasBeenSet =
true;
45 m_errorType = std::forward<ErrorTypeT>(value);
47 template <
typename ErrorTypeT = Aws::String>
58 template <
typename MessageT = Aws::String>
60 m_messageHasBeenSet =
true;
61 m_message = std::forward<MessageT>(value);
63 template <
typename MessageT = Aws::String>
73 bool m_errorTypeHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
AWS_ACCOUNT_API TooManyRequestsException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
TooManyRequestsException & WithMessage(MessageT &&value)
const Aws::String & GetErrorType() const
AWS_ACCOUNT_API TooManyRequestsException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorType(ErrorTypeT &&value)
TooManyRequestsException & WithErrorType(ErrorTypeT &&value)
AWS_ACCOUNT_API TooManyRequestsException()=default
bool ErrorTypeHasBeenSet() const
AWS_ACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue