7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signin/Signin_EXPORTS.h>
9#include <aws/signin/model/OAuth2ErrorCode.h>
49 m_errorHasBeenSet =
true;
65 template <
typename MessageT = Aws::String>
67 m_messageHasBeenSet =
true;
68 m_message = std::forward<MessageT>(value);
70 template <
typename MessageT = Aws::String>
80 bool m_errorHasBeenSet =
false;
81 bool m_messageHasBeenSet =
false;
AWS_SIGNIN_API TooManyRequestsError()=default
const Aws::String & GetMessage() const
TooManyRequestsError & WithMessage(MessageT &&value)
OAuth2ErrorCode GetError() const
AWS_SIGNIN_API TooManyRequestsError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool ErrorHasBeenSet() const
void SetMessage(MessageT &&value)
void SetError(OAuth2ErrorCode value)
AWS_SIGNIN_API TooManyRequestsError(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNIN_API Aws::Utils::Json::JsonValue Jsonize() const
TooManyRequestsError & WithError(OAuth2ErrorCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue