7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9#include <aws/neptune-graph/model/ConflictExceptionReason.h>
20namespace NeptuneGraph {
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
60 m_reasonHasBeenSet =
true;
72 bool m_messageHasBeenSet =
false;
73 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