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