7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
69 bool m_messageHasBeenSet =
false;
72 bool m_reasonHasBeenSet =
false;
ConflictException & WithMessage(Aws::String &&value)
const Aws::String & GetMessage() const
const Aws::String & GetReason() const
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
void SetReason(const char *value)
void SetReason(const Aws::String &value)
AWS_FINSPACE_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACE_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithMessage(const char *value)
AWS_FINSPACE_API ConflictException()
bool MessageHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetReason(Aws::String &&value)
ConflictException & WithReason(Aws::String &&value)
bool ReasonHasBeenSet() const
ConflictException & WithReason(const Aws::String &value)
ConflictException & WithReason(const char *value)
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue