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