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