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>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
65 bool m_messageHasBeenSet =
false;
68 bool m_reasonHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API ConflictException()=default
ConflictException & WithReason(ConflictExceptionReason value)
bool ReasonHasBeenSet() const
AWS_NEPTUNEGRAPH_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEGRAPH_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
ConflictException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
void SetReason(ConflictExceptionReason value)
const Aws::String & GetMessage() const
ConflictExceptionReason GetReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue