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