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;
AWS_SIGNIN_API ResourceNotFoundException()=default
ResourceNotFoundException & WithMessage(MessageT &&value)
ResourceNotFoundException & WithError(OAuth2ErrorCode value)
AWS_SIGNIN_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
void SetError(OAuth2ErrorCode value)
const Aws::String & GetMessage() const
AWS_SIGNIN_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
OAuth2ErrorCode GetError() const
AWS_SIGNIN_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue