7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ReasonT = Aws::String>
59 m_reasonHasBeenSet =
true;
60 m_reason = std::forward<ReasonT>(value);
62 template <
typename ReasonT = Aws::String>
72 bool m_messageHasBeenSet =
false;
73 bool m_reasonHasBeenSet =
false;
const Aws::String & GetMessage() const
ConflictException & WithReason(ReasonT &&value)
const Aws::String & GetReason() const
AWS_FINSPACE_API ConflictException()=default
AWS_FINSPACE_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetReason(ReasonT &&value)
bool ReasonHasBeenSet() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue