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