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